summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgBindery.hi-boot-5
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-07-28 14:08:09 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-07-28 14:08:09 +0000
commit7929e42210b7d8ff518cfcdb353188c283dd48e5 (patch)
tree869638fe082a16979609432396fdd753bf80bf37 /compiler/codeGen/CgBindery.hi-boot-5
parentd6cb33e0b3cff930475f867f6c5ef0e9934efa39 (diff)
downloadhaskell-7929e42210b7d8ff518cfcdb353188c283dd48e5.tar.gz
.hi-boot-5 is obsolete; the earliest GHC we support uses .hi-boot-6
Diffstat (limited to 'compiler/codeGen/CgBindery.hi-boot-5')
-rw-r--r--compiler/codeGen/CgBindery.hi-boot-57
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/codeGen/CgBindery.hi-boot-5 b/compiler/codeGen/CgBindery.hi-boot-5
deleted file mode 100644
index f375fcc6e1..0000000000
--- a/compiler/codeGen/CgBindery.hi-boot-5
+++ /dev/null
@@ -1,7 +0,0 @@
-__interface CgBindery 1 0 where
-__export CgBindery CgBindings CgIdInfo VolatileLoc StableLoc nukeVolatileBinds;
-1 type CgBindings = VarEnv.IdEnv CgIdInfo;
-1 data CgIdInfo;
-1 data VolatileLoc;
-1 data StableLoc;
-1 nukeVolatileBinds :: CgBindings -> CgBindings ;