Remove unused debug #defines
authorRan Benita <ran234@gmail.com>
Fri, 24 Feb 2012 08:04:16 +0000 (10:04 +0200)
committerRan Benita <ran234@gmail.com>
Sat, 25 Feb 2012 09:11:10 +0000 (11:11 +0200)
Signed-off-by: Ran Benita <ran234@gmail.com>
src/xkbcomp/parseutils.h

index dbaf683..dea25e6 100644 (file)
@@ -36,17 +36,6 @@ extern int lineNum;
 
 extern XkbFile *rtrnValue;
 
-#ifdef DEBUG
-#define        d(str)          fprintf(stderr,"%s\n",str);
-#define d1(str,a)      fprintf(stderr,str,a);
-#define d2(str,a,b)    fprintf(stderr,str,a,b);
-#else
-#define        d(str)
-#define        d1(str,a)
-#define d2(str,a,b)
-#endif
-
-
 extern ParseCommon *AppendStmt(ParseCommon * /* to */ ,
                                ParseCommon *    /* append */
     );