diff options
author | simonmar <unknown> | 2002-01-29 16:50:08 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-01-29 16:50:08 +0000 |
commit | 2674c7c3b6df8cb95daf8fd28bc2f9d0f6503152 (patch) | |
tree | a4c14d71e037f3ee8c727cb68a59dedb6d1f9b1e /ghc/includes/InfoTables.h | |
parent | 1b0e92feb1dfcdcfdb81cb2fb025f1a2df3d41dd (diff) | |
download | haskell-2674c7c3b6df8cb95daf8fd28bc2f9d0f6503152.tar.gz |
[project @ 2002-01-29 16:50:08 by simonmar]
Remove StgParInfo - not used anywhere.
Diffstat (limited to 'ghc/includes/InfoTables.h')
-rw-r--r-- | ghc/includes/InfoTables.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ghc/includes/InfoTables.h b/ghc/includes/InfoTables.h index 2e10e87379..3554dbd690 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 |