From: addshore Date: Sun, 3 Apr 2016 08:06:27 +0000 (+0300) Subject: Remove unused $fname in StubObject::_unstub X-Git-Tag: 1.31.0-rc.0~7392^2 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=11d03777211062ba7a77e04a83e5d8ca2fa5b48c;p=lhc%2Fweb%2Fwiklou.git Remove unused $fname in StubObject::_unstub Change-Id: I1a90d888b1b17e21b54b90f3665c63edd1f21195 --- diff --git a/includes/StubObject.php b/includes/StubObject.php index 211afda671..0b4d048e74 100644 --- a/includes/StubObject.php +++ b/includes/StubObject.php @@ -149,7 +149,6 @@ class StubObject { } if ( get_class( $GLOBALS[$this->global] ) != $this->class ) { - $fname = __METHOD__ . '-' . $this->global; $caller = wfGetCaller( $level ); if ( ++$recursionLevel > 2 ) { throw new MWException( "Unstub loop detected on call of "