Reorganisation of the source tree
[ghc-hetmet.git] / ghc / compiler / codeGen / CgBindery.lhs-boot
diff --git a/ghc/compiler/codeGen/CgBindery.lhs-boot b/ghc/compiler/codeGen/CgBindery.lhs-boot
deleted file mode 100644 (file)
index e504a6a..0000000
+++ /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