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

This commit is contained in:
mintsuki 2023-07-09 03:40:06 +02:00
parent 11f50a6aaa
commit b72d033510
1 changed files with 0 additions and 2 deletions

View File

@ -578,8 +578,6 @@ again:
#endif
}
bss_size = 0;
if (_image_size_before_bss != NULL) {
*_image_size_before_bss = image_size - bss_size;
}