From b72d03351088b829048abb3504ad4b298b1530f6 Mon Sep 17 00:00:00 2001 From: mintsuki Date: Sun, 9 Jul 2023 03:40:06 +0200 Subject: [PATCH] elf: elf64_load(): Remove accidentally left in debug code --- common/lib/elf.c | 2 -- 1 file changed, 2 deletions(-) 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; }