Platonides has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/51035


Change subject: Remove unused global $wgMemc
......................................................................

Remove unused global $wgMemc

Change-Id: If74c659a4ae507d8d59fe4d17e77f13f5e646c95
---
M maintenance/nextJobDB.php
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/35/51035/1

diff --git a/maintenance/nextJobDB.php b/maintenance/nextJobDB.php
index cf90cf6..1df3c44 100644
--- a/maintenance/nextJobDB.php
+++ b/maintenance/nextJobDB.php
@@ -37,8 +37,6 @@
        }
 
        public function execute() {
-               global $wgMemc;
-
                $type = false; // job type required/picked
                if ( $this->hasOption( 'types' ) ) {
                        $types = explode( ' ', $this->getOption( 'types' ) );

-- 
To view, visit https://gerrit.wikimedia.org/r/51035
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If74c659a4ae507d8d59fe4d17e77f13f5e646c95
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Platonides <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to