mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-23 18:18:31 +08:00
Remove debug statement
This commit is contained in:
@@ -1077,8 +1077,6 @@ void ElfFile<ElfFileParamNames>::removeNeeded(set<string> libs)
|
||||
}
|
||||
|
||||
memset(last, 0, sizeof(Elf_Dyn) * (dyn - last));
|
||||
|
||||
debug("%d", dyn - last);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user