[project @ 2004-08-13 13:04:50 by simonmar]
[ghc-hetmet.git] / ghc / rts / StgStartup.h
diff --git a/ghc/rts/StgStartup.h b/ghc/rts/StgStartup.h
deleted file mode 100644 (file)
index 55f57e6..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/* -----------------------------------------------------------------------------
- * $Id: StgStartup.h,v 1.6 2002/02/12 15:17:23 simonmar Exp $
- *
- * (c) The GHC Team, 1998-1999
- *
- * Code for starting, stopping and restarting threads.
- *
- * ---------------------------------------------------------------------------*/
-
-extern const StgPolyInfoTable stg_stop_thread_info;
-EXTFUN(stg_stop_thread_entry);
-EXTFUN(stg_returnToStackTop);
-EXTFUN(stg_enterStackTop);
-
-EXTFUN(stg_init_ret);
-EXTFUN(stg_init);
-EXTFUN(__stginit_GHCziPrim);