From 1a13df793d182b19138f9ad138de7abc5a4dbbc7 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 16 Mar 2000 17:23:35 +0000 Subject: [PATCH] [project @ 2000-03-16 17:23:35 by simonmar] decruftification --- ghc/rts/RtsUtils.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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); -- 1.7.10.4