From: simonpj@microsoft.com Date: Sat, 5 Sep 2009 17:15:11 +0000 (+0000) Subject: Remove unused data constructor ITpragma in type Lexer.Token X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=be289c8d3946519be0d39ce0b26aa59c1d01ca8c;hp=be60e5192173e858be67465f8ddc6cd10cc0b108 Remove unused data constructor ITpragma in type Lexer.Token --- 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