From: Alexandre Terrasa Date: Fri, 12 Dec 2014 20:57:14 +0000 (-0500) Subject: lib/nitcorn: fixes useless empty init X-Git-Tag: v0.7~41^2~4 X-Git-Url: http://nitlanguage.org lib/nitcorn: fixes useless empty init Signed-off-by: Alexandre Terrasa --- diff --git a/lib/nitcorn/http_request.nit b/lib/nitcorn/http_request.nit index 47e6823..e4628af 100644 --- a/lib/nitcorn/http_request.nit +++ b/lib/nitcorn/http_request.nit @@ -110,8 +110,6 @@ class HttpRequestParser # Words of the first line private var first_line = new Array[String] - init do end - fun parse_http_request(full_request: String): nullable HttpRequest do clear_data