From 67a99b0ccee47fdbe98accef78208fe24d7322f9 Mon Sep 17 00:00:00 2001 From: simonm Date: Tue, 27 Apr 1999 12:30:26 +0000 Subject: [PATCH] [project @ 1999-04-27 12:30:26 by simonm] Remove PrelBase_Bool_closure_tbl; this is now generated automatically. --- ghc/rts/RtsStartup.c | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/ghc/rts/RtsStartup.c b/ghc/rts/RtsStartup.c index 5155d66..e7b813f 100644 --- a/ghc/rts/RtsStartup.c +++ b/ghc/rts/RtsStartup.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsStartup.c,v 1.9 1999/03/09 14:27:06 sewardj Exp $ + * $Id: RtsStartup.c,v 1.10 1999/04/27 12:30:26 simonm Exp $ * * (c) The GHC Team, 1998-1999 * @@ -30,21 +30,6 @@ #include "LLC.h" #endif -#ifdef COMPILER -#ifndef aix_TARGET_OS /* AIX gives link errors with this as a const (RO assembler section) */ -const -#endif - StgClosure *PrelBase_Bool_closure_tbl[] = { -#ifndef HAVE_WIN32_DLL_SUPPORT - &False_closure, - &True_closure -#else - &dummy_ret_closure, - &dummy_ret_closure -#endif -}; -#endif - /* * Flag Structure */ -- 1.7.10.4