Changes for the new IO library, mainly base-package modules moving around
[ghc-hetmet.git] / rts / Capability.c
index fcfca3c..c27733f 100644 (file)
@@ -819,7 +819,7 @@ static void
 freeCapability (Capability *cap)
 {
     stgFree(cap->mut_lists);
-#if defined(THREADED_RTS) || defined(PARALLEL_HASKELL)
+#if defined(THREADED_RTS)
     freeSparkPool(cap->sparks);
 #endif
 }