Remove unused ApiStashEdit variable
[lhc/web/wiklou.git] / includes / api / ApiStashEdit.php
index 208e9ca..6ca9c7c 100644 (file)
@@ -41,8 +41,6 @@ class ApiStashEdit extends ApiBase {
        const ERROR_UNCACHEABLE = 'uncacheable';
 
        public function execute() {
-               $cache = ObjectCache::getLocalClusterInstance();
-
                $user = $this->getUser();
                $params = $this->extractRequestParams();