From 844a038daa265f238d19c0cb96ad3975a7f500ac Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Fri, 6 Jun 2014 11:40:27 -0700 Subject: [PATCH] Remove unused variable Follows up Ie47649ef45f9eebdfe Change-Id: I2c6f2a0b4a8f15056ad0b314da7f8086168b1863 --- includes/ChangeTags.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/ChangeTags.php b/includes/ChangeTags.php index 7e19164443..e14f6baafa 100644 --- a/includes/ChangeTags.php +++ b/includes/ChangeTags.php @@ -101,8 +101,6 @@ class ChangeTags { 'specified when adding a tag to a change!' ); } - $dbr = wfGetDB( DB_SLAVE ); - // Might as well look for rcids and so on. if ( !$rc_id ) { // Info might be out of date, somewhat fractionally, on slave. -- 2.20.1