From: Ian Lynagh Date: Tue, 6 Jul 2010 17:22:17 +0000 (+0000) Subject: Remove an out-of-date comment X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=fb853543030fb0c6ea8750c5ffc025c9d7345a2f Remove an out-of-date comment --- diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x index 2cd0a82..460817c 100644 --- a/compiler/parser/Lexer.x +++ b/compiler/parser/Lexer.x @@ -1828,7 +1828,6 @@ mkPState buf loc flags = extsBitmap = fromIntegral bitmap, context = [], lex_state = [bol, 0], - -- we begin in the layout state if toplev_layout is set alr_pending_implicit_tokens = [], alr_next_token = Nothing, alr_last_loc = noSrcSpan,