summaryrefslogtreecommitdiff
path: root/rts/RtsMain.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/RtsMain.h')
-rw-r--r--rts/RtsMain.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/rts/RtsMain.h b/rts/RtsMain.h
deleted file mode 100644
index e004480cce..0000000000
--- a/rts/RtsMain.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/* -----------------------------------------------------------------------------
- *
- * (c) The GHC Team, 2009
- *
- * Entry point for standalone Haskell programs.
- *
- * ---------------------------------------------------------------------------*/
-
-#ifndef RTSMAIN_H
-#define RTSMAIN_H
-
-/* -----------------------------------------------------------------------------
- * The entry point for Haskell programs that use a Haskell main function
- * -------------------------------------------------------------------------- */
-
-int hs_main(int argc, char *argv[], StgClosure *main_closure)
- GNUC3_ATTRIBUTE(__noreturn__);
-
-#endif /* RTSMAIN_H */