From 2674c7c3b6df8cb95daf8fd28bc2f9d0f6503152 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 29 Jan 2002 16:50:08 +0000 Subject: [PATCH] [project @ 2002-01-29 16:50:08 by simonmar] Remove StgParInfo - not used anywhere. --- ghc/includes/InfoTables.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 1.7.10.4