From 12acc2aff717e192f120bc5cddddfe9b232e130f Mon Sep 17 00:00:00 2001 From: qrczak Date: Sun, 25 Mar 2001 13:52:46 +0000 Subject: [PATCH] [project @ 2001-03-25 13:52:46 by qrczak] Remove bogus comment. --- ghc/rts/PrimOps.hc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); } -- 1.7.10.4