[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / runtime / main / TopClosure.lc
diff --git a/ghc/runtime/main/TopClosure.lc b/ghc/runtime/main/TopClosure.lc
deleted file mode 100644 (file)
index 2e3605e..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/* this one will be linked in for Haskell 1.3 */
-\begin{code}
-#include "rtsdefs.h"
-
-EXTDATA(PrelMain_mainIO_closure);
-
-P_ TopClosure = PrelMain_mainIO_closure;
-\end{code}