diff options
Diffstat (limited to 'compiler/parser')
-rw-r--r-- | compiler/parser/Lexer.x | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x index 1ace315a6f..49f6dcd176 100644 --- a/compiler/parser/Lexer.x +++ b/compiler/parser/Lexer.x @@ -469,7 +469,6 @@ data Token | ITthen | ITtype | ITwhere - | ITscc -- ToDo: remove (we use {-# SCC "..." #-} now) | ITforall -- GHC extension keywords | ITforeign |