Reorganisation of the source tree
[ghc-hetmet.git] / ghc / compiler / codeGen / CgExpr.lhs-boot
diff --git a/ghc/compiler/codeGen/CgExpr.lhs-boot b/ghc/compiler/codeGen/CgExpr.lhs-boot
deleted file mode 100644 (file)
index 29cdc3a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-\begin{code}
-module CgExpr where
-import StgSyn( StgExpr )
-import CgMonad( Code )
-
-cgExpr :: StgExpr -> Code
-\end{code}