diff options
Diffstat (limited to 'src/nm.c')
| -rw-r--r-- | src/nm.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -33,7 +33,6 @@ #include <libdw.h> #include <libintl.h> #include <locale.h> -#include <mcheck.h> #include <obstack.h> #include <search.h> #include <stdbool.h> @@ -217,9 +216,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. */ (void) __fsetlocking (stdin, FSETLOCKING_BYCALLER); (void) __fsetlocking (stdout, FSETLOCKING_BYCALLER); |
