From: simonmar Date: Tue, 17 Sep 2002 12:33:08 +0000 (+0000) Subject: [project @ 2002-09-17 12:33:08 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1663 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8e73d8eaba99de6ccc36c842dd1a9cb35f5fcea0;p=ghc-hetmet.git [project @ 2002-09-17 12:33:08 by simonmar] remove bogus return too. --- diff --git a/ghc/rts/StgMiscClosures.hc b/ghc/rts/StgMiscClosures.hc index 7dcae9f..0b2498e 100644 --- a/ghc/rts/StgMiscClosures.hc +++ b/ghc/rts/StgMiscClosures.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgMiscClosures.hc,v 1.78 2002/09/17 12:32:40 simonmar Exp $ + * $Id: StgMiscClosures.hc,v 1.79 2002/09/17 12:33:08 simonmar Exp $ * * (c) The GHC Team, 1998-2000 * @@ -41,7 +41,6 @@ STGFUN(stg_##type##_entry) \ { \ FB_ \ barf(#type " object entered!\n"); \ - return NULL; \ FE_ \ }