From: qrczak Date: Sun, 25 Mar 2001 13:52:46 +0000 (+0000) Subject: [project @ 2001-03-25 13:52:46 by qrczak] X-Git-Tag: Approximately_9120_patches~2316 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=12acc2aff717e192f120bc5cddddfe9b232e130f;p=ghc-hetmet.git [project @ 2001-03-25 13:52:46 by qrczak] Remove bogus comment. --- diff --git a/ghc/rts/PrimOps.hc b/ghc/rts/PrimOps.hc index 8c5c55e..e38f4f3 100644 --- a/ghc/rts/PrimOps.hc +++ b/ghc/rts/PrimOps.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: PrimOps.hc,v 1.75 2001/03/23 16:36:21 simonmar Exp $ + * $Id: PrimOps.hc,v 1.76 2001/03/25 13:52:46 qrczak Exp $ * * (c) The GHC Team, 1998-2000 * @@ -1035,7 +1035,6 @@ FN_(tryPutMVarzh_fast) mvar->header.info = &stg_FULL_MVAR_info; #endif - /* HACK: we need a pointer to pass back, so we abuse NO_FINALIZER_closure */ RET_N(0); }