Merge "Fix IDEA warning in VirtualRESTServiceClient"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 22 Aug 2016 18:05:01 +0000 (18:05 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 22 Aug 2016 18:05:01 +0000 (18:05 +0000)
includes/libs/virtualrest/VirtualRESTServiceClient.php

index f304bd9..a333d75 100644 (file)
@@ -237,8 +237,6 @@ class VirtualRESTServiceClient {
                                        $checkReqIndexesByPrefix[$prefix][$index] = 1;
                                }
                        }
-                       // Update index of requests to inspect for replacement
-                       $replaceReqsByService = $newReplaceReqsByService;
                        // Run the actual work HTTP requests
                        foreach ( $this->http->runMulti( $executeReqs ) as $index => $ranReq ) {
                                $doneReqs[$index] = $ranReq;