[project @ 2005-10-26 15:22:08 by simonmar]
[ghc-hetmet.git] / ghc / rts / Capability.h
index 875f3e7..5b96019 100644 (file)
@@ -61,9 +61,6 @@ struct Capability_ {
     Task *suspended_ccalling_tasks;
 
 #if defined(THREADED_RTS)
-    struct Capability_ *next;
-    struct Capability_ *prev;
-
     // Worker Tasks waiting in the wings.  Singly-linked.
     Task *spare_workers;