From e8f5d3e4454edcc637a17e41937d20a49071451f Mon Sep 17 00:00:00 2001 From: Celestino Amoroso Date: Sun, 7 Jul 2024 15:52:16 +0200 Subject: [PATCH] builtin-base.go: unused function iteratorFunc() commented out --- builtin-base.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builtin-base.go b/builtin-base.go index 91e5631..4563feb 100644 --- a/builtin-base.go +++ b/builtin-base.go @@ -180,9 +180,9 @@ func fractFunc(ctx ExprContext, name string, args []any) (result any, err error) return } -func iteratorFunc(ctx ExprContext, name string, args []any) (result any, err error) { - return -} +// func iteratorFunc(ctx ExprContext, name string, args []any) (result any, err error) { +// return +// } func ImportBuiltinsFuncs(ctx ExprContext) { anyParams := []ExprFuncParam{