diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-07-06 14:12:05 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-07-06 14:12:05 +0000 |
commit | 4638b541041a0db83a2c0e9dca5151708b8034bc (patch) | |
tree | e377729c159976c84527dbd393ce459e2e814add /compiler/codeGen | |
parent | e8db8f8ea957807dc6d4f134a147ef60bfd0ee93 (diff) | |
download | haskell-4638b541041a0db83a2c0e9dca5151708b8034bc.tar.gz |
unused import
Diffstat (limited to 'compiler/codeGen')
-rw-r--r-- | compiler/codeGen/CgCon.lhs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/codeGen/CgCon.lhs b/compiler/codeGen/CgCon.lhs index bfb55bf46e..0d8d731029 100644 --- a/compiler/codeGen/CgCon.lhs +++ b/compiler/codeGen/CgCon.lhs @@ -28,7 +28,6 @@ import CgStackery ( mkVirtStkOffsets, freeStackSlots, getRealSp, getVirtSp, setRealAndVirtualSp ) import CgUtils ( addIdReps, cmmLabelOffW, emitRODataLits, emitDataLits ) import CgCallConv ( assignReturnRegs ) -import Constants ( mAX_INTLIKE, mIN_INTLIKE, mAX_CHARLIKE, mIN_CHARLIKE ) import CgHeapery ( allocDynClosure, layOutDynConstr, layOutStaticConstr, mkStaticClosureFields ) import CgTailCall ( performReturn, emitKnownConReturnCode, returnUnboxedTuple ) |