# HG changeset patch # User František Kučera # Date 1578868560 -3600 # Node ID 4191af89968ad994d0c11c5a31e6d275f9698bbf # Parent 3dbe113637efdada9ccabc5eb06108f245a566d2 streamlet: remove unused variables diff -r 3dbe113637ef -r 4191af89968a 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=""; }