From: Aaron Schulz Date: Wed, 16 Dec 2015 05:23:23 +0000 (-0800) Subject: Remove unused ApiStashEdit variable X-Git-Tag: 1.31.0-rc.0~8627^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=83c7d3fbb98a69a4f9a92ce94aefd2e776653747 Remove unused ApiStashEdit variable Change-Id: Ifd85dd6b96e80d7c1163566153e8d746b27754d8 --- 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();