Remove a redundant type sig
authorIan Lynagh <igloo@earth.li>
Wed, 26 Mar 2008 00:49:32 +0000 (00:49 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 26 Mar 2008 00:49:32 +0000 (00:49 +0000)
compiler/ghci/InteractiveUI.hs

index fbc5354..598341a 100644 (file)
@@ -102,7 +102,6 @@ ghciWelcomeMsg = "GHCi, version " ++ cProjectVersion ++
 cmdName :: Command -> String
 cmdName (n,_,_,_) = n
 
-macros_ref :: IORef [Command]
 GLOBAL_VAR(macros_ref, [], [Command])
 
 builtin_commands :: [Command]