removed/commented unused code

This commit is contained in:
2024-07-19 17:03:03 +02:00
parent 33b3e1fc29
commit 1a772597cb
3 changed files with 3 additions and 25 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
const (
iterParamOperator = "operator"
iterParamVars = "vars"
iterVarStatus = "status"
iterVarStatus = "status"
)
func parseRunArgs(localCtx ExprContext, args []any) (it Iterator, op Functor, err error) {