summaryrefslogtreecommitdiff
path: root/ghc/compiler/codeGen/CgBindery.hi-boot-5
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/codeGen/CgBindery.hi-boot-5')
-rw-r--r--ghc/compiler/codeGen/CgBindery.hi-boot-57
1 files changed, 0 insertions, 7 deletions
diff --git a/ghc/compiler/codeGen/CgBindery.hi-boot-5 b/ghc/compiler/codeGen/CgBindery.hi-boot-5
deleted file mode 100644
index f375fcc6e1..0000000000
--- a/ghc/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 ;