summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgBindery.lhs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/codeGen/CgBindery.lhs-boot')
-rw-r--r--compiler/codeGen/CgBindery.lhs-boot11
1 files changed, 0 insertions, 11 deletions
diff --git a/compiler/codeGen/CgBindery.lhs-boot b/compiler/codeGen/CgBindery.lhs-boot
deleted file mode 100644
index e504a6a9ba..0000000000
--- a/compiler/codeGen/CgBindery.lhs-boot
+++ /dev/null
@@ -1,11 +0,0 @@
-\begin{code}
-module CgBindery where
-import VarEnv( IdEnv )
-
-data CgIdInfo
-data VolatileLoc
-data StableLoc
-type CgBindings = IdEnv CgIdInfo
-
-nukeVolatileBinds :: CgBindings -> CgBindings
-\end{code} \ No newline at end of file