[project @ 1997-12-17 20:06:10 by sof]
[ghc-hetmet.git] / ghc / compiler / parser / util.c
index e07cf7d..7602750 100644 (file)
@@ -10,8 +10,6 @@
 #include "constants.h"
 #include "utils.h"
 
-#define PARSER_VERSION "2.01 (Haskell 1.3)"
-
 tree root;             /* The root of the built syntax tree. */
 list Lnil;