elf: elf64_load(): Remove accidentally left in debug code
This commit is contained in:
parent
11f50a6aaa
commit
b72d033510
|
@ -578,8 +578,6 @@ again:
|
|||
#endif
|
||||
}
|
||||
|
||||
bss_size = 0;
|
||||
|
||||
if (_image_size_before_bss != NULL) {
|
||||
*_image_size_before_bss = image_size - bss_size;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue