Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
0c6b69ea
Commit
0c6b69ea
authored
Mar 29, 2008
by
Ian Lynagh
Browse files
Remove some unnecessary imports
parent
6fad9e95
Changes
2
Hide whitespace changes
Inline
Side-by-side
compiler/cmm/PprC.hs
View file @
0c6b69ea
...
...
@@ -54,11 +54,6 @@ import Data.Char
import
System.IO
import
Data.Word
#
ifdef
DEBUG
import
PprCmm
()
-- instances only
-- import Debug.Trace
#
endif
import
Data.Array.ST
import
Control.Monad.ST
...
...
compiler/deSugar/DsCCall.lhs
View file @
0c6b69ea
...
...
@@ -48,11 +48,6 @@ import PrelNames
import VarSet
import Constants
import Outputable
#ifdef DEBUG
import TypeRep
#endif
\end{code}
Desugaring of @ccall@s consists of adding some state manipulation,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment