rebuildrecentchanges.php: Document a little bit
[lhc/web/wiklou.git] / maintenance / cleanupTable.inc
index 84e3aee..74073bc 100644 (file)
@@ -172,10 +172,3 @@ class TableCleanup extends Maintenance {
                return sprintf( "\\x%02x", ord( $matches[1] ) );
        }
 }
-
-class TableCleanupTest extends TableCleanup {
-       function processRow( $row ) {
-               $this->progress( mt_rand( 0, 1 ) );
-       }
-}
-