Removed a couple of bogus autoload entries
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 2 Jul 2006 16:19:55 +0000 (16:19 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 2 Jul 2006 16:19:55 +0000 (16:19 +0000)
includes/AutoLoader.php

index 3cf9396..57b3094 100644 (file)
@@ -110,8 +110,6 @@ function __autoload($className) {
                'MimeMagic' => 'includes/MimeMagic.php',
                'Namespace' => 'includes/Namespace.php',
                'FakeMemCachedClient' => 'includes/ObjectCache.php',
-               'ObjectCacheManager' => 'includes/ObjectCache.php',
-               'MemCachedClientforWiki' => 'includes/ObjectCache.php',
                'OutputPage' => 'includes/OutputPage.php',
                'PageHistory' => 'includes/PageHistory.php',
                'Parser' => 'includes/Parser.php',