From 24cd265fba7585be91f655a03afa591082d20d1b Mon Sep 17 00:00:00 2001
From: keithw <unknown>
Date: Fri, 16 Jul 1999 15:49:52 +0000
Subject: [PATCH] [project @ 1999-07-16 15:49:52 by keithw] Remove dead token
 IThash added yesterday by mistake.

---
 ghc/compiler/parser/Lex.lhs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ghc/compiler/parser/Lex.lhs b/ghc/compiler/parser/Lex.lhs
index 5528052f7aa6..173b8a0ef097 100644
--- a/ghc/compiler/parser/Lex.lhs
+++ b/ghc/compiler/parser/Lex.lhs
@@ -182,7 +182,6 @@ data Token
   | ITdot
 
   | ITbiglam			-- GHC-extension symbols
-  | IThash
 
   | ITocurly  			-- special symbols
   | ITccurly
-- 
GitLab