lib/nitcorn: fixes useless empty init
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 20:57:14 +0000 (15:57 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 20:57:14 +0000 (15:57 -0500)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/nitcorn/http_request.nit

index 47e6823..e4628af 100644 (file)
@@ -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