diff options
Diffstat (limited to 'src/strip.c')
| -rw-r--r-- | src/strip.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/strip.c b/src/strip.c index c003647a..e81001eb 100644 --- a/src/strip.c +++ b/src/strip.c @@ -30,7 +30,6 @@ #include <libelf.h> #include <libintl.h> #include <locale.h> -#include <mcheck.h> #include <stdbool.h> #include <stdio.h> #include <stdio_ext.h> @@ -155,9 +154,6 @@ main (int argc, char *argv[]) int remaining; int result = 0; - /* Make memory leak detection possible. */ - mtrace (); - /* We use no threads here which can interfere with handling a stream. */ __fsetlocking (stdin, FSETLOCKING_BYCALLER); __fsetlocking (stdout, FSETLOCKING_BYCALLER); |
