From be289c8d3946519be0d39ce0b26aa59c1d01ca8c Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Sat, 5 Sep 2009 17:15:11 +0000 Subject: [PATCH] Remove unused data constructor ITpragma in type Lexer.Token --- compiler/parser/Lexer.x | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x index 30fc4b6..9a79b5b 100644 --- a/compiler/parser/Lexer.x +++ b/compiler/parser/Lexer.x @@ -530,8 +530,6 @@ data Token | ITdupipvarid FastString -- GHC extension: implicit param: ?x - | ITpragma StringBuffer - | ITchar Char | ITstring FastString | ITinteger Integer -- 1.7.10.4