From d71c240415ffbc4a6fb371381c51806c56d33371 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Wed, 17 Dec 1997 20:06:10 +0000
Subject: [PATCH] [project @ 1997-12-17 20:06:10 by sof] Removed PARSER_VERSION
 (unused)

---
 ghc/compiler/parser/util.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ghc/compiler/parser/util.c b/ghc/compiler/parser/util.c
index e07cf7dc3c5f..7602750658f6 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;
 
-- 
GitLab