From 38e663d0eda5ba2be6ca8b71050ea020a64ea8cf Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sun, 8 Aug 2010 13:16:10 +0000 Subject: [PATCH] Kill NamespaceCompat. Nothing, anywhere (not even comments, since r70692) still references the old class. To do so means to not support 5.3+ --- includes/AutoLoader.php | 1 - includes/NamespaceCompat.php | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 includes/NamespaceCompat.php diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 139be8eba4..0ec2b047c7 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -159,7 +159,6 @@ $wgAutoloadLocalClasses = array( 'MWException' => 'includes/Exception.php', 'MWMemcached' => 'includes/memcached-client.php', 'MWNamespace' => 'includes/Namespace.php', - 'Namespace' => 'includes/NamespaceCompat.php', // Compat 'OldChangesList' => 'includes/ChangesList.php', 'OutputPage' => 'includes/OutputPage.php', 'PageQueryPage' => 'includes/PageQueryPage.php', diff --git a/includes/NamespaceCompat.php b/includes/NamespaceCompat.php deleted file mode 100644 index 15c764786b..0000000000 --- a/includes/NamespaceCompat.php +++ /dev/null @@ -1,9 +0,0 @@ -