From db1bd080b6e7b71e581c809640dca938707b76b7 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 7 Dec 2010 20:49:10 +0000 Subject: [PATCH] Per CR, no need for an empty constructor --- includes/Wiki.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/Wiki.php b/includes/Wiki.php index 3b21a93430..ed0a135fcc 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -7,9 +7,6 @@ class MediaWiki { var $params = array(); - /** Constructor */ - function __construct() {} - /** * Stores key/value pairs to circumvent global variables * Note that keys are case-insensitive! -- 2.20.1