Remove disconnect function from OC_DB

This commit is contained in:
Bart Visscher 2013-08-16 19:05:07 +02:00
parent 837cefd8a3
commit a0b7bf78a6

View file

@ -329,18 +329,6 @@ class OC_DB {
self::$connection->commit();
}
/**
* @brief Disconnect
*
* This is good bye, good bye, yeah!
*/
public static function disconnect() {
// Cut connection if required
if(self::$connection) {
self::$connection->close();
}
}
/**
* @brief saves database schema to xml file
* @param string $file name of file