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

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

View File

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