From 55eb258fa075b51a2aca274ac66e10871f731edb Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Sun, 25 Feb 2018 11:12:18 +0100 Subject: [PATCH] cleanup --- src/gen_java_Engine.ysl2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gen_java_Engine.ysl2 b/src/gen_java_Engine.ysl2 index a232130..19ac6bc 100644 --- a/src/gen_java_Engine.ysl2 +++ b/src/gen_java_Engine.ysl2 @@ -28,10 +28,6 @@ tstylesheet { template "basic" { const "itype" call "toIntermediate" with "type", "@type"; const "jtype" call "toJava" with "type", "@type"; - const "ptype", "name(parm/*[1])"; - const "pitype" call "toIntermediate" with "type", "$ptype"; - const "pjtype" call "toJava" with "type", "$ptype"; - const "pname", "name(parm/*[2])"; || private native «$itype» «@name»(`apply "parm/*", mode=basic_iparm`);