[PATCH libxkbcommon 01/11] Remove unused debug #defines
Ran Benita
ran234 at gmail.com
Sat Feb 25 02:13:26 PST 2012
Signed-off-by: Ran Benita <ran234 at gmail.com>
---
src/xkbcomp/parseutils.h | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/src/xkbcomp/parseutils.h b/src/xkbcomp/parseutils.h
index dbaf683..dea25e6 100644
--- a/src/xkbcomp/parseutils.h
+++ b/src/xkbcomp/parseutils.h
@@ -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 */
);
--
1.7.9.2
More information about the xorg-devel
mailing list