summaryrefslogtreecommitdiffstats
path: root/src/ld.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ld.c')
-rw-r--r--src/ld.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ld.c b/src/ld.c
index 73e4f04f..6e96ae26 100644
--- a/src/ld.c
+++ b/src/ld.c
@@ -26,7 +26,6 @@
#include <libelf.h>
#include <libintl.h>
#include <locale.h>
-#include <mcheck.h>
#include <stdio.h>
#include <stdio_ext.h>
#include <stdlib.h>
@@ -277,11 +276,6 @@ main (int argc, char *argv[])
int remaining;
int err;
-#ifndef NDEBUG
- /* Enable memory debugging. */
- mtrace ();
-#endif
-
/* Sanity check. We always want to use the LFS functionality. */
if (sizeof (off_t) != sizeof (off64_t))
abort ();