Remove redundant import
authorIan Lynagh <igloo@earth.li>
Wed, 11 Apr 2007 21:38:33 +0000 (21:38 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 11 Apr 2007 21:38:33 +0000 (21:38 +0000)
utils/genprimopcode/Lexer.x

index 19b0f66..8d0c3e9 100644 (file)
@@ -2,7 +2,6 @@
 {
 module Lexer (lex_tok) where
 
-import Control.Monad.State (StateT, get)
 import ParserM (ParserM (..), mkT, mkTv, Token(..), St, start_code,
                 StartCode, Action, set_start_code,
                 inc_brace_depth, dec_brace_depth,