Reorganisation of the source tree
[ghc-hetmet.git] / ghc / rts / StgRun.h
diff --git a/ghc/rts/StgRun.h b/ghc/rts/StgRun.h
deleted file mode 100644 (file)
index da376b4..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/* -----------------------------------------------------------------------------
- *
- * (c) The GHC Team, 1998-2004
- *
- * Tiny assembler 'layer' between the C and STG worlds.
- * 
- ---------------------------------------------------------------------------- */
-
-#ifndef STGRUN_H
-#define STGRUN_H
-
-extern StgRegTable * StgRun(StgFunPtr f, StgRegTable *basereg);
-
-RTS_FUN(StgReturn);
-
-#endif /* STGRUN_H */