From 5b19c6e54d7a690c217ca1cd5da1bc7e825d5e0f Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 21 Nov 2014 12:59:47 -0800 Subject: [PATCH] Removed unused $trx variable Change-Id: Ie4bc7c32c09f80dccf45946569cbc1ec5f136bdb --- includes/db/Database.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/db/Database.php b/includes/db/Database.php index e5332d2bba..fc2451e508 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -975,7 +975,6 @@ abstract class DatabaseBase implements IDatabase { # Include query transaction state $queryProf .= $this->mTrxShortId ? " [TRX#{$this->mTrxShortId}]" : ""; - $trx = $this->mTrxLevel ? 'TRX=yes' : 'TRX=no'; wfProfileIn( $totalProf ); wfProfileIn( $queryProf ); } -- 2.20.1