From: jeroendedauw Date: Mon, 7 Sep 2015 19:22:23 +0000 (+0200) Subject: Remove unused private methods in FauxRequest X-Git-Tag: 1.31.0-rc.0~10017 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=578a0c082ff21a62411d9b1cf5480f8aa3bf030b;p=lhc%2Fweb%2Fwiklou.git Remove unused private methods in FauxRequest Change-Id: I49a0a8ced0819eeef3ff404fc14b0b90c36b0922 --- diff --git a/includes/WebRequest.php b/includes/WebRequest.php index 03410ccc9f..850f10103f 100644 --- a/includes/WebRequest.php +++ b/includes/WebRequest.php @@ -1324,14 +1324,6 @@ class FauxRequest extends WebRequest { $this->protocol = $protocol; } - /** - * @param string $method - * @throws MWException - */ - private function notImplemented( $method ) { - throw new MWException( "{$method}() not implemented" ); - } - /** * @param string $name * @param string $default @@ -1425,10 +1417,6 @@ class FauxRequest extends WebRequest { return $this->protocol; } - private function initHeaders() { - return; - } - /** * @param string $name * @param string $val