From ccd536a87279a4483fb48d62637308e0821f1c07 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Thu, 28 May 2015 14:09:34 -0700 Subject: [PATCH] registration: Remove unused variable It is immediately overwritten. Follows up c573fc5a47204d29314. Change-Id: I901cfebe088ca0020323db03378fe23117bb3985 --- includes/registration/ExtensionRegistry.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/registration/ExtensionRegistry.php b/includes/registration/ExtensionRegistry.php index ac396991fc..df9227a081 100644 --- a/includes/registration/ExtensionRegistry.php +++ b/includes/registration/ExtensionRegistry.php @@ -116,7 +116,6 @@ class ExtensionRegistry { * @throws Exception */ public function readFromQueue( array $queue ) { - $data = array( 'globals' => array( 'wgAutoloadClasses' => array() ) ); $autoloadClasses = array(); $processor = new ExtensionProcessor(); foreach ( $queue as $path => $mtime ) { -- 2.20.1