:: commit dc8700383b70d21cc89e983bd67cbf5ae006c815

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

parents: 6b87e3fa3d

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

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