Removed getConnectionOrDie(), accidentally added in r80957
authorTim Starling <tstarling@users.mediawiki.org>
Thu, 27 Jan 2011 03:54:33 +0000 (03:54 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Thu, 27 Jan 2011 03:54:33 +0000 (03:54 +0000)
includes/installer/DatabaseInstaller.php

index 9722c55..b85f02d 100644 (file)
@@ -212,14 +212,6 @@ abstract class DatabaseInstaller {
                        'connection' => $status->value ) ) );
        }
 
-       /**
-        * Get a Database connection object. Throw an exception if we can't get one.
-        *
-        * @return DatabaseBase
-        */
-       public function getConnectionOrDie() {
-       }
-
        /**
         * Perform database upgrades
         *