From 62f3b7c5cc0ef5d118e9edb7c4b95b8fc6377ed6 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Fri, 19 Jan 2018 16:35:44 -0800 Subject: [PATCH] Remove 2 unused private fields from ApiFormatBase Change-Id: I20018c7c5a2bff451db44fdb605120942500c5e1 --- includes/api/ApiFormatBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiFormatBase.php b/includes/api/ApiFormatBase.php index 4348fc881d..5e14e30710 100644 --- a/includes/api/ApiFormatBase.php +++ b/includes/api/ApiFormatBase.php @@ -30,7 +30,7 @@ * @ingroup API */ abstract class ApiFormatBase extends ApiBase { - private $mIsHtml, $mFormat, $mUnescapeAmps, $mHelp; + private $mIsHtml, $mFormat; private $mBuffer, $mDisabled = false; private $mIsWrappedHtml = false; private $mHttpStatus = false; -- 2.20.1