Remove DB_reg destruct method

This commit is contained in:
Timothy Warren 2012-04-13 17:45:31 -04:00
parent c4a67e3a1b
commit 181eab239f
1 changed files with 0 additions and 10 deletions

View File

@ -57,16 +57,6 @@ class DB_Reg {
// --------------------------------------------------------------------------
/**
* Cleanup method
*/
public function __destruct()
{
self::$instance = NULL;
}
// --------------------------------------------------------------------------
/**
* Return exiting connections
*