Remove an out-of-date comment
authorIan Lynagh <igloo@earth.li>
Tue, 6 Jul 2010 17:22:17 +0000 (17:22 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 6 Jul 2010 17:22:17 +0000 (17:22 +0000)
compiler/parser/Lexer.x

index 2cd0a82..460817c 100644 (file)
@@ -1828,7 +1828,6 @@ mkPState buf loc flags  =
       extsBitmap    = fromIntegral bitmap,
       context       = [],
       lex_state     = [bol, 0],
       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,
       alr_pending_implicit_tokens = [],
       alr_next_token = Nothing,
       alr_last_loc = noSrcSpan,