Skip to content

Commit 21828ee

Browse files
committed
Remove debug statement
1 parent 118897f commit 21828ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/patchelf.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,8 +1077,6 @@ void ElfFile<ElfFileParamNames>::removeNeeded(set<string> libs)
10771077
}
10781078

10791079
memset(last, 0, sizeof(Elf_Dyn) * (dyn - last));
1080-
1081-
debug("%d", dyn - last);
10821080
}
10831081

10841082

0 commit comments

Comments
 (0)