Remove unused REPORTING_INTERVAL from resolveStubs.php
authorReedy <reedy@wikimedia.org>
Tue, 3 Feb 2015 08:06:03 +0000 (08:06 +0000)
committerReedy <reedy@wikimedia.org>
Tue, 3 Feb 2015 08:06:03 +0000 (08:06 +0000)
It causes a notice when moveToExternal.php is run

Change-Id: I50429742f87ab13a5428cbc282c2ce7eda37f714

maintenance/storage/resolveStubs.php

index 290f164..36741cb 100644 (file)
@@ -22,8 +22,6 @@
  * @ingroup Maintenance ExternalStorage
  */
 
-define( 'REPORTING_INTERVAL', 100 );
-
 if ( !defined( 'MEDIAWIKI' ) ) {
        $optionsWithArgs = array( 'm' );