autoloader: Remove incorrect documentation comment
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 18 Nov 2014 13:57:28 +0000 (14:57 +0100)
committerKrinkle <krinklemail@gmail.com>
Fri, 19 Dec 2014 06:02:34 +0000 (06:02 +0000)
Follows-up I8b1bdb84a969. This is not generated by that script,
the autoload.php file is, but that one has a similar comment
in it already.

Change-Id: Icb44f3dab356820f1e3aa5ba56949219af1b5719

includes/AutoLoader.php

index 9c6f1f0..6344c27 100644 (file)
@@ -24,7 +24,6 @@
  * Locations of core classes
  * Extension classes are specified with $wgAutoloadClasses
  * This array is a global instead of a static member of AutoLoader to work around a bug in APC
- * This array is now generated by maintenance/generateLocalAutoload.php
  */
 require_once __DIR__ . '/../autoload.php';