[project @ 2005-04-05 12:19:54 by simonmar]
[ghc-hetmet.git] / ghc / includes / Closures.h
index a044731..066fe91 100644 (file)
@@ -403,13 +403,6 @@ typedef struct StgRBH_ {
   struct StgBlockingQueueElement_  *blocking_queue; /* start of the BQ */
 } StgRBH;
 
-#else
-
-typedef struct StgBlockingQueue_ {
-  StgHeader          header;
-  struct StgTSO_    *blocking_queue;
-} StgBlockingQueue;
-
 #endif
 
 #if defined(PAR)