From: simonmar Date: Mon, 23 Sep 2002 14:33:50 +0000 (+0000) Subject: [project @ 2002-09-23 14:33:50 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1649 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ecb14eb4fe9e0eb6cec0918cb9980a0026ad8466;p=ghc-hetmet.git [project @ 2002-09-23 14:33:50 by simonmar] remove HEAP_HWM_WORDS; it probably hasn't been used for about 5 years --- diff --git a/ghc/includes/Constants.h b/ghc/includes/Constants.h index 7ee2a8c..4062bca 100644 --- a/ghc/includes/Constants.h +++ b/ghc/includes/Constants.h @@ -1,5 +1,5 @@ /* ---------------------------------------------------------------------------- - * $Id: Constants.h,v 1.20 2001/11/28 14:31:27 simonmar Exp $ + * $Id: Constants.h,v 1.21 2002/09/23 14:33:50 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -99,10 +99,6 @@ /* You can change these constants (I hope) but be sure to modify rts/StgMiscClosures.hs accordingly. */ -/*---- Minimum number of words left in heap after GC to carry on */ - -#define HEAP_HWM_WORDS 1024 - /* ----------------------------------------------------------------------------- Semi-Tagging constants