diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-26 16:09:29 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-26 16:09:29 -0700 |
commit | 7ca2572623fee8db916eff668ef3c852f2ce124a (patch) | |
tree | cd8328d4b7480f8940853a4fcda0827d2db80e4f /xkbprint.c | |
parent | b883af48e9624e2215d1e790ca0da4969480ce13 (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.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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); |