- remove dead assignments
[oweals/gnunet.git] / src / testbed / testbed_api_operations.c
index 62bd5974835fe189f53506ff5a23cbf0fb56597b..a418de91073f69266cab8643b8a7bcbd2b0dda86 100644 (file)
@@ -470,7 +470,6 @@ decide_capacity (struct OperationQueue *opq,
   rval = GNUNET_YES;
   if (opq->active > opq->max_active)
   {
-    need += opq->active - opq->max_active;
     rval = GNUNET_NO;
     goto ret;
   }