From beea060441a0e55f772b71cc2b7e61db32f41d8c Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 4 Nov 2014 13:05:32 -0800 Subject: [PATCH] wfDebugLog(): remove unused global Change-Id: I336b022c7c87550729ca4e97b0960ba6adec7bb5 --- includes/GlobalFunctions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 4ef731bba3..e15eb1a583 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1067,8 +1067,6 @@ function wfDebugMem( $exact = false ) { * - false: same as 'private' */ function wfDebugLog( $logGroup, $text, $dest = 'all' ) { - global $wgDebugLogGroups; - // Turn $dest into a string if it's a boolean (for b/c) if ( $dest === true ) { $dest = 'all'; -- 2.20.1