From fb853543030fb0c6ea8750c5ffc025c9d7345a2f Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 6 Jul 2010 17:22:17 +0000 Subject: [PATCH] Remove an out-of-date comment --- compiler/parser/Lexer.x | 1 - 1 file changed, 1 deletion(-) 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, -- 1.7.10.4