From: simonmar Date: Tue, 29 Jan 2002 16:49:42 +0000 (+0000) Subject: [project @ 2002-01-29 16:49:42 by simonmar] X-Git-Tag: Approximately_9120_patches~236 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1b0e92feb1dfcdcfdb81cb2fb025f1a2df3d41dd;p=ghc-hetmet.git [project @ 2002-01-29 16:49:42 by simonmar] Remove PAR_ITBL_SIZE - not used anywhere. --- diff --git a/ghc/includes/mkDerivedConstants.c b/ghc/includes/mkDerivedConstants.c index fc0e591..70b7274 100644 --- a/ghc/includes/mkDerivedConstants.c +++ b/ghc/includes/mkDerivedConstants.c @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- - * $Id: mkDerivedConstants.c,v 1.1 2001/10/03 13:57:42 simonmar Exp $ + * $Id: mkDerivedConstants.c,v 1.2 2002/01/29 16:49:42 simonmar Exp $ * * (c) The GHC Team, 1992-1998 * @@ -31,7 +31,6 @@ main(int argc, char *argv[]) printf("#define STD_ITBL_SIZE %d\n", sizeofW(StgInfoTable)); printf("#define PROF_ITBL_SIZE %d\n", sizeofW(StgProfInfo)); printf("#define GRAN_ITBL_SIZE %d\n", 0); - printf("#define PAR_ITBL_SIZE %d\n", sizeofW(StgParInfo)); printf("#define TICKY_ITBL_SIZE %d\n", sizeofW(StgTickyInfo)); printf("#define STD_UF_SIZE %d\n", sizeofW(StgUpdateFrame));