X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FUpdates.h;h=3b9b5c02f37f5d8de64cdbc8b65955ff8fda538b;hb=387a411e5d6478249de6872c283f2df78ef83bf4;hp=0467c07f80e16fb420137d583ab5628016cd80f8;hpb=cc19a5c807af2b8128943dfb18eed0a566218b13;p=ghc-hetmet.git diff --git a/ghc/includes/Updates.h b/ghc/includes/Updates.h index 0467c07..3b9b5c0 100644 --- a/ghc/includes/Updates.h +++ b/ghc/includes/Updates.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Updates.h,v 1.32 2003/07/18 14:39:05 simonmar Exp $ + * $Id: Updates.h,v 1.33 2003/07/28 16:05:38 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -133,13 +133,6 @@ Awaken any threads waiting on this computation -------------------------------------------------------------------------- */ -#define AWAKEN_BQ_CLOSURE(closure) \ - { \ - const StgInfoTable *info; \ - info = ((StgClosure *)closure)->header.info; \ - AWAKEN_BQ(info,closure); \ - } - #if defined(PAR) /*