streamlet: remove unused variables v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sun, 12 Jan 2020 23:36:00 +0100
branchv_0
changeset 38 4191af89968a
parent 37 3dbe113637ef
child 39 225da9aa9c94
streamlet: remove unused variables
streamlet-examples/streamlet-common.sh
--- a/streamlet-examples/streamlet-common.sh	Sun Jan 12 01:21:22 2020 +0100
+++ b/streamlet-examples/streamlet-common.sh	Sun Jan 12 23:36:00 2020 +0100
@@ -59,8 +59,6 @@
 	inputAttributeNames=();
 	inputAttributeTypes=();
 	outputAttributeAliases=();
-	currentInputAttributeIndex=0;
-	currentOutputAttributeIndex=0;
 	currentRelation="";
 	currentFile="";
 }