Drop no-op. initial_setup() and setup_database() are going away anyway
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 13 Sep 2010 18:00:30 +0000 (18:00 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 13 Sep 2010 18:00:30 +0000 (18:00 +0000)
includes/db/DatabaseIbm_db2.php

index c4a7786..7273f2c 100644 (file)
@@ -588,13 +588,6 @@ EOF;
                return $row;
        }
 
-       /**
-        * Override if introduced to base Database class
-        */
-       public function initial_setup() {
-               // do nothing
-       }
-
        /**
         * Create tables, stored procedures, and so on
         */