operand-dict.go: removed commented code

This commit is contained in:
Celestino Amoroso 2024-04-26 08:02:22 +02:00
parent 2ab896bbac
commit 80b7d5b988

View File

@ -5,10 +5,6 @@
package expr
// -------- dict term
// func newDictTermA(args ...*term) *term {
// return newDictTerm(args)
// }
func newDictTerm(args map[any]*term) *term {
return &term{
tk: *NewValueToken(0, 0, SymDict, "{}", args),