From edaea210a10ea34e10aeb9945fcd04bdb25b04a2 Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 23 Mar 2011 18:39:16 +0000 Subject: [PATCH] Remove dead globals. props mitchoyoshitaka. fixes #16571. git-svn-id: http://svn.automattic.com/wordpress/trunk@17538 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/wp-db.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index f075c5655..97d469753 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -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 {