From 641d24b3b6c465541df033ea46fe4ffa1651751f Mon Sep 17 00:00:00 2001 From: addshore Date: Thu, 19 Jan 2017 20:51:22 +0000 Subject: [PATCH] Remove unused $resourceLoader Change-Id: I6b5aebe2c6221ee101ec3bc4c84eafd9aeb7b0e2 --- includes/OutputPage.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 211f44bf5c..403ac60c81 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -3562,7 +3562,6 @@ class OutputPage extends ContextSource { protected function buildExemptModules() { global $wgContLang; - $resourceLoader = $this->getResourceLoader(); $chunks = []; // Things that go after the ResourceLoaderDynamicStyles marker $append = []; -- 2.20.1