X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FTSO.h;h=2eca88a9616bcc640fd675be8bffad0cb0b6edfd;hb=b88b71c279992aa4c722c8885428691dbcde6ebf;hp=a0446b0417a90c6e9b1998622a6a4d312d2de89d;hpb=153b9cb9b11e05c4edb1b6bc0a7b972660e41f70;p=ghc-hetmet.git diff --git a/ghc/includes/TSO.h b/ghc/includes/TSO.h index a0446b0..2eca88a 100644 --- a/ghc/includes/TSO.h +++ b/ghc/includes/TSO.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: TSO.h,v 1.40 2005/01/28 12:55:53 simonmar Exp $ + * $Id: TSO.h,v 1.41 2005/02/10 13:02:05 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -126,7 +126,6 @@ typedef struct StgTSO_ { StgHeader header; struct StgTSO_* link; // Links threads onto blocking queues */ - StgMutClosure * mut_link; // TSO's are mutable of course! */ struct StgTSO_* global_link; // Links all threads together */ StgWord16 what_next; // Values defined in Constants.h