Aaron Schulz has uploaded a new change for review.
https://gerrit.wikimedia.org/r/305942
Change subject: Fix IDEA warning in VirtualRESTServiceClient
......................................................................
Fix IDEA warning in VirtualRESTServiceClient
The value was overridden before usage.
Change-Id: If79890dd9a878358133882c41c5fd234ebed012c
---
M includes/libs/virtualrest/VirtualRESTServiceClient.php
1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/42/305942/1
diff --git a/includes/libs/virtualrest/VirtualRESTServiceClient.php
b/includes/libs/virtualrest/VirtualRESTServiceClient.php
index f304bd9..a333d75 100644
--- a/includes/libs/virtualrest/VirtualRESTServiceClient.php
+++ b/includes/libs/virtualrest/VirtualRESTServiceClient.php
@@ -237,8 +237,6 @@
$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;
--
To view, visit https://gerrit.wikimedia.org/r/305942
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If79890dd9a878358133882c41c5fd234ebed012c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits