From: Aaron Schulz Date: Fri, 21 Nov 2014 20:59:47 +0000 (-0800) Subject: Removed unused $trx variable X-Git-Tag: 1.31.0-rc.0~13199 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/%24wgLogo?a=commitdiff_plain;h=5b19c6e54d7a690c217ca1cd5da1bc7e825d5e0f;p=lhc%2Fweb%2Fwiklou.git Removed unused $trx variable Change-Id: Ie4bc7c32c09f80dccf45946569cbc1ec5f136bdb --- 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 ); }