From: simonmar Date: Tue, 29 Jan 2002 16:50:08 +0000 (+0000) Subject: [project @ 2002-01-29 16:50:08 by simonmar] X-Git-Tag: Approximately_9120_patches~235 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2674c7c3b6df8cb95daf8fd28bc2f9d0f6503152;p=ghc-hetmet.git [project @ 2002-01-29 16:50:08 by simonmar] Remove StgParInfo - not used anywhere. --- diff --git a/ghc/includes/InfoTables.h b/ghc/includes/InfoTables.h index 2e10e87..3554dbd 100644 --- a/ghc/includes/InfoTables.h +++ b/ghc/includes/InfoTables.h @@ -1,5 +1,5 @@ /* ---------------------------------------------------------------------------- - * $Id: InfoTables.h,v 1.24 2001/12/18 19:42:41 sebc Exp $ + * $Id: InfoTables.h,v 1.25 2002/01/29 16:50:08 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -34,11 +34,6 @@ typedef struct { #endif /* 0 */ -typedef struct { - /* empty */ -} StgParInfo; - - /* Copied from ghc-0.29; ToDo: check this code -- HWL