From 578a0c082ff21a62411d9b1cf5480f8aa3bf030b Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Mon, 7 Sep 2015 21:22:23 +0200 Subject: [PATCH] Remove unused private methods in FauxRequest Change-Id: I49a0a8ced0819eeef3ff404fc14b0b90c36b0922 --- includes/WebRequest.php | 12 ------------ 1 file changed, 12 deletions(-) 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 -- 2.20.1