fix a warning
[ghc-hetmet.git] / rts / Capability.c
index a6a0f0a..92396e9 100644 (file)
@@ -63,7 +63,6 @@ stealWork (Capability *cap)
   */
   Capability *robbed;
   StgClosurePtr spark;
-  rtsBool success = rtsFalse;
   rtsBool retry;
   nat i = 0;