summaryrefslogtreecommitdiff
path: root/xkbprint.c
diff options
context:
space:
mode:
Diffstat (limited to 'xkbprint.c')
-rw-r--r--xkbprint.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/xkbprint.c b/xkbprint.c
index 8a9a04d..d45a42a 100644
--- a/xkbprint.c
+++ b/xkbprint.c
@@ -39,9 +39,6 @@
#include <X11/extensions/XKBfile.h>
#include <X11/keysym.h>
-#if defined(sgi)
-#include <malloc.h>
-#endif
#include <stdlib.h>
@@ -622,12 +619,6 @@ main(int argc, char *argv[])
uSetErrorFile(NullString);
if (!parseArgs(argc, argv))
exit(1);
-#ifdef DEBUG
-#ifdef sgi
- if (debugFlags & 0x4)
- mallopt(M_DEBUG, 1);
-#endif
-#endif
file = NULL;
XkbInitAtoms(NULL);
/* XkbInitIncludePath(); */