From 83c7d3fbb98a69a4f9a92ce94aefd2e776653747 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 15 Dec 2015 21:23:23 -0800 Subject: [PATCH] Remove unused ApiStashEdit variable Change-Id: Ifd85dd6b96e80d7c1163566153e8d746b27754d8 --- includes/api/ApiStashEdit.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/api/ApiStashEdit.php b/includes/api/ApiStashEdit.php index 208e9ca880..6ca9c7cf59 100644 --- a/includes/api/ApiStashEdit.php +++ b/includes/api/ApiStashEdit.php @@ -41,8 +41,6 @@ class ApiStashEdit extends ApiBase { const ERROR_UNCACHEABLE = 'uncacheable'; public function execute() { - $cache = ObjectCache::getLocalClusterInstance(); - $user = $this->getUser(); $params = $this->extractRequestParams(); -- 2.20.1