X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FRtsFlags.h;h=4ce4c762d1afde3757c3724c93a735a1c5a7972f;hb=b9d8ddb91c9360e3165244520f31dcd28c396825;hp=c153b89bd640a34bc7400ceb63a7d24158e33aba;hpb=ab9349b039d2a9c6bd11613faec04aaba66f1225;p=ghc-hetmet.git diff --git a/ghc/rts/RtsFlags.h b/ghc/rts/RtsFlags.h index c153b89..4ce4c76 100644 --- a/ghc/rts/RtsFlags.h +++ b/ghc/rts/RtsFlags.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsFlags.h,v 1.23 2000/03/31 03:09:36 hwloidl Exp $ + * $Id: RtsFlags.h,v 1.24 2000/04/03 15:54:50 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -32,8 +32,6 @@ struct GC_FLAGS { nat generations; nat steps; - rtsBool forceGC; /* force a major GC every bytes */ - int forcingInterval; /* actually, stored as a number of *words* */ rtsBool ringBell; rtsBool squeezeUpdFrames;