Skip to content
Snippets Groups Projects
Commit 0bb99f85 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-08-09 11:44:51 by simonmar]

remove unused imports
parent 116705f6
No related merge requests found
......@@ -40,7 +40,6 @@ import Name ( Name, OccName,
nameOccName, NamedThing(..)
)
import NameSet
import OccName ( mkDefaultMethodOcc )
import FiniteMap ( elemFM )
import PrelInfo ( derivableClassKeys, cCallishClassKeys,
deRefStablePtr_RDR, makeStablePtr_RDR,
......@@ -54,7 +53,6 @@ import CmdLineOpts ( opt_GlasgowExts, opt_WarnUnusedMatches ) -- Warn of unused
import Unique ( Uniquable(..) )
import ErrUtils ( Message )
import CStrings ( isCLabelString )
import Maybes ( maybeToBool, catMaybes )
import Util
\end{code}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment