fix a warning
authorSimon Marlow <marlowsd@gmail.com>
Thu, 23 Oct 2008 08:22:13 +0000 (08:22 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 23 Oct 2008 08:22:13 +0000 (08:22 +0000)
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;