:: commit b72d03351088b829048abb3504ad4b298b1530f6

mintsuki <mintsuki@protonmail.com> — 2023-07-09 01:40

parents: 11f50a6aaa

elf: elf64_load(): Remove accidentally left in debug code

diff --git a/common/lib/elf.c b/common/lib/elf.c
index 035656e6..1522c2b9 100644
--- a/common/lib/elf.c
+++ b/common/lib/elf.c
@@ -578,8 +578,6 @@ again:
 #endif
     }
 
-    bss_size = 0;
-
     if (_image_size_before_bss != NULL) {
         *_image_size_before_bss = image_size - bss_size;
     }
tab: 248 wrap: offon