diff options
Diffstat (limited to 'ghc/compiler/codeGen/CodeGen.lhs')
-rw-r--r-- | ghc/compiler/codeGen/CodeGen.lhs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ghc/compiler/codeGen/CodeGen.lhs b/ghc/compiler/codeGen/CodeGen.lhs index a649ebd28d..90a0efe9ee 100644 --- a/ghc/compiler/codeGen/CodeGen.lhs +++ b/ghc/compiler/codeGen/CodeGen.lhs @@ -55,8 +55,6 @@ import Panic ( assertPanic ) #ifdef DEBUG import Outputable #endif - -import DATA_IOREF ( readIORef ) \end{code} \begin{code} |