Kill NamespaceCompat. Nothing, anywhere (not even comments, since r70692) still refer...
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 8 Aug 2010 13:16:10 +0000 (13:16 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 8 Aug 2010 13:16:10 +0000 (13:16 +0000)
includes/AutoLoader.php
includes/NamespaceCompat.php [deleted file]

index 139be8e..0ec2b04 100644 (file)
@@ -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 (file)
index 15c7647..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-/**
- * For compatibility with extensions...
- * Will still die on PHP 5.3, of course. :P
- */
-class Namespace extends MWNamespace {
-       // ..
-}