diff --git a/ghc/compiler/parser/util.c b/ghc/compiler/parser/util.c index e07cf7dc3c5fef315a05d91a16da8de3ddee59d8..7602750658f6657fca5edbf89c2c275955d301bc 100644 --- a/ghc/compiler/parser/util.c +++ b/ghc/compiler/parser/util.c @@ -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;