projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d87666
)
Remove redundant import
author
Ian Lynagh
<igloo@earth.li>
Sat, 8 Jan 2011 13:00:47 +0000
(13:00 +0000)
committer
Ian Lynagh
<igloo@earth.li>
Sat, 8 Jan 2011 13:00:47 +0000
(13:00 +0000)
ghc/InteractiveUI.hs
patch
|
blob
|
history
diff --git
a/ghc/InteractiveUI.hs
b/ghc/InteractiveUI.hs
index
ad46afb
..
eaf2d2d
100644
(file)
--- a/
ghc/InteractiveUI.hs
+++ b/
ghc/InteractiveUI.hs
@@
-44,7
+44,6
@@
import Name
import SrcLoc
-- Other random utilities
-import CmdLineParser
import Digraph
import BasicTypes hiding (isTopLevel)
import Panic hiding (showException)