Remove dead globals. props mitchoyoshitaka. fixes #16571.

git-svn-id: https://develop.svn.wordpress.org/trunk@17538 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-03-23 18:39:16 +00:00
parent 43b0ccccbc
commit 21c2c70e25
1 changed files with 0 additions and 2 deletions

View File

@ -1030,8 +1030,6 @@ class wpdb {
* @since 3.0.0
*/
function db_connect() {
global $db_list, $global_db_list;
if ( WP_DEBUG ) {
$this->dbh = mysql_connect( $this->dbhost, $this->dbuser, $this->dbpassword, true );
} else {