From: Chad Horohoe Date: Sun, 8 Aug 2010 13:16:10 +0000 (+0000) Subject: Kill NamespaceCompat. Nothing, anywhere (not even comments, since r70692) still refer... X-Git-Tag: 1.31.0-rc.0~35617 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=38e663d0eda5ba2be6ca8b71050ea020a64ea8cf;p=lhc%2Fweb%2Fwiklou.git Kill NamespaceCompat. Nothing, anywhere (not even comments, since r70692) still references the old class. To do so means to not support 5.3+ --- 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 @@ -