X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FTSO.h;h=19a162e0366c65064b0d77bf1f838c27ccfcade9;hb=97906cfcc30dd591e840921d336fdabeb1b8a315;hp=06e8636ab52f2676039466d052b3313324040bcf;hpb=c1f3fad183f553aa46ec9dea33999f387014fded;p=ghc-hetmet.git diff --git a/ghc/includes/TSO.h b/ghc/includes/TSO.h index 06e8636..19a162e 100644 --- a/ghc/includes/TSO.h +++ b/ghc/includes/TSO.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: TSO.h,v 1.26 2002/04/10 11:43:44 stolz Exp $ + * $Id: TSO.h,v 1.27 2002/06/26 08:18:41 stolz Exp $ * * (c) The GHC Team, 1998-1999 * @@ -178,9 +178,6 @@ typedef struct StgTSO_ { StgTSOBlockInfo block_info; struct StgTSO_* blocked_exceptions; StgThreadID id; -#ifdef DEBUG - char* label; -#endif StgTSOTickyInfo ticky; StgTSOProfInfo prof;