Removed unused $trx variable
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 21 Nov 2014 20:59:47 +0000 (12:59 -0800)
committerUmherirrender <umherirrender_de.wp@web.de>
Sat, 22 Nov 2014 08:18:12 +0000 (08:18 +0000)
Change-Id: Ie4bc7c32c09f80dccf45946569cbc1ec5f136bdb

includes/db/Database.php

index e5332d2..fc2451e 100644 (file)
@@ -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 );
                }