From e73515b10cba0d17d3a6cd3d1d3b08f1d82486c7 Mon Sep 17 00:00:00 2001 From: Platonides Date: Mon, 28 May 2012 19:32:18 +0200 Subject: [PATCH] $wgUseSquid unused since parent commit (fa1a8d5) Change-Id: I47e103e6c4bb44f74f9d940505775ac2f2e66b29 --- includes/filerepo/file/LocalFile.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/filerepo/file/LocalFile.php b/includes/filerepo/file/LocalFile.php index af93c53e20..9d080336ab 100644 --- a/includes/filerepo/file/LocalFile.php +++ b/includes/filerepo/file/LocalFile.php @@ -1729,7 +1729,6 @@ class LocalFileDeleteBatch { * @return FileRepoStatus */ function execute() { - global $wgUseSquid; wfProfileIn( __METHOD__ ); $this->file->lock(); -- 2.20.1