[project @ 2002-02-28 18:44:28 by sof]
[ghc-hetmet.git] / ghc / rts / Exception.hc
index 817d6c2..e59cad9 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Exception.hc,v 1.23 2001/12/05 17:35:15 sewardj Exp $
+ * $Id: Exception.hc,v 1.24 2002/02/28 18:44:28 sof Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
@@ -213,16 +213,6 @@ FN_(killThreadzh_fast)
 }
 
 
-FN_(myThreadIdzh_fast)
-{
-  /* no args. */
-  FB_
-  R1.p = (P_)CurrentTSO;
-  JMP_(ENTRY_CODE(Sp[0]));
-  FE_
-}
-
-
 /* -----------------------------------------------------------------------------
    Catch frames
    -------------------------------------------------------------------------- */