summaryrefslogtreecommitdiff
path: root/xkbprint.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-26 16:09:29 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-26 16:09:29 -0700
commit7ca2572623fee8db916eff668ef3c852f2ce124a (patch)
treecd8328d4b7480f8940853a4fcda0827d2db80e4f /xkbprint.c
parentb883af48e9624e2215d1e790ca0da4969480ce13 (diff)
Remove unused debugging & function tracing frameworks
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xkbprint.c')
-rw-r--r--xkbprint.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xkbprint.c b/xkbprint.c
index a1b80db..3b55fbd 100644
--- a/xkbprint.c
+++ b/xkbprint.c
@@ -41,8 +41,6 @@
#include <malloc.h>
#endif
-#define DEBUG_VAR_NOT_LOCAL
-#define DEBUG_VAR debugFlags
#include <stdlib.h>
#include "utils.h"
@@ -622,8 +620,6 @@ main(int argc, char *argv[])
int ok;
XkbFileInfo result;
- uSetEntryFile(NullString);
- uSetDebugFile(NullString);
uSetErrorFile(NullString);
if (!parseArgs(argc, argv))
exit(1);