[project @ 2002-01-29 16:50:08 by simonmar]
authorsimonmar <unknown>
Tue, 29 Jan 2002 16:50:08 +0000 (16:50 +0000)
committersimonmar <unknown>
Tue, 29 Jan 2002 16:50:08 +0000 (16:50 +0000)
Remove StgParInfo - not used anywhere.

ghc/includes/InfoTables.h

index 2e10e87..3554dbd 100644 (file)
@@ -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