summaryrefslogtreecommitdiffstats
path: root/src/patchelf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/patchelf.cc')
-rw-r--r--src/patchelf.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/patchelf.cc b/src/patchelf.cc
index 82a4bf1..1b7e510 100644
--- a/src/patchelf.cc
+++ b/src/patchelf.cc
@@ -1077,8 +1077,6 @@ void ElfFile<ElfFileParamNames>::removeNeeded(set<string> libs)
}
memset(last, 0, sizeof(Elf_Dyn) * (dyn - last));
-
- debug("%d", dyn - last);
}