contrib/jwrapper: fixes unread variables
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 21:16:43 +0000 (16:16 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 21:16:43 +0000 (16:16 -0500)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

contrib/jwrapper/src/code_generator.nit

index 45ce666..6c52a62 100644 (file)
@@ -305,7 +305,6 @@ class CodeWarehouse
                var jarray_id = "java_array"
                var loop_ = create_loop(java_type, nit_type, true, jarray_id, narray_id)
                var imports = create_imports(nit_type, true)
-               var jtype = java_type.to_s
                var jinstanciation = create_array_instance(java_type, nit_type, jarray_id)
                var return_str = ""