From 52d8aab7d2f23a4983f238c46e1695148fbd5bf0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Tue, 21 Jul 2015 13:50:15 -0400 Subject: [PATCH] contrib/jwrapper: remove NitType::arg_id it was unused, only set MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- contrib/jwrapper/src/code_generator.nit | 1 - contrib/jwrapper/src/model.nit | 1 - 2 files changed, 2 deletions(-) diff --git a/contrib/jwrapper/src/code_generator.nit b/contrib/jwrapper/src/code_generator.nit index dcaba43..e95ee2e 100644 --- a/contrib/jwrapper/src/code_generator.nit +++ b/contrib/jwrapper/src/code_generator.nit @@ -168,7 +168,6 @@ class CodeGenerator if not jparam.is_collection then cast = jparam.param_cast nit_types.add(nit_type) - nit_type.arg_id = "{nit_id}{nit_id_no}" if i == jparam_list.length - 1 then java_params += "{cast}{nit_id}{nit_id_no}" diff --git a/contrib/jwrapper/src/model.nit b/contrib/jwrapper/src/model.nit index a4903b6..b792111 100644 --- a/contrib/jwrapper/src/model.nit +++ b/contrib/jwrapper/src/model.nit @@ -232,7 +232,6 @@ end class NitType var identifier: String - var arg_id: String var generic_params: nullable Array[NitType] = null # If this NitType was found in `lib/android`, contains the module name to import -- 1.7.9.5