Commit d4eee861605138fc2f1138046defbd269b3cef9c

Ran Benita 2012-07-23T11:25:32

parse: remove unused #define Signed-off-by: Ran Benita <ran234@gmail.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/xkbcomp/xkbcomp.h b/src/xkbcomp/xkbcomp.h
index e7ee15b..d2f419d 100644
--- a/src/xkbcomp/xkbcomp.h
+++ b/src/xkbcomp/xkbcomp.h
@@ -52,8 +52,6 @@
 #define StmtIndicatorMapDef  12
 #define StmtIndicatorNameDef 13
 
-#define FileSymInterp        100
-
 typedef struct _ParseCommon {
     unsigned stmtType;
     struct _ParseCommon *next;