From: simonmar Date: Thu, 16 Mar 2000 17:23:35 +0000 (+0000) Subject: [project @ 2000-03-16 17:23:35 by simonmar] X-Git-Tag: Approximately_9120_patches~4966 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1a13df793d182b19138f9ad138de7abc5a4dbbc7;p=ghc-hetmet.git [project @ 2000-03-16 17:23:35 by simonmar] decruftification --- diff --git a/ghc/rts/RtsUtils.h b/ghc/rts/RtsUtils.h index 79557e8..a4cff51 100644 --- a/ghc/rts/RtsUtils.h +++ b/ghc/rts/RtsUtils.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsUtils.h,v 1.7 2000/01/13 14:34:04 hwloidl Exp $ + * $Id: RtsUtils.h,v 1.8 2000/03/16 17:23:35 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -17,9 +17,6 @@ extern void prog_belch(char *s, ...); extern void _stgAssert (char *filename, unsigned int linenum); -extern StgStablePtr errorHandler; -extern void raiseError( StgStablePtr handler ); - extern void stackOverflow(void); extern void heapOverflow(void);