Skip to content

Commit 28eb1ab

Browse files
committed

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

expr_sema.go

-15
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,6 @@ var BuiltinFuncSignatures = map[string][]*FuncSignature{
142142
StringType{},
143143
},
144144
},
145-
{
146-
Name: "join",
147-
Ret: StringType{},
148-
Params: []ExprType{
149-
StringType{},
150-
StringType{},
151-
},
152-
},
153145
// When the second parameter is omitted, values are concatenated with ','.
154146
{
155147
Name: "join",
@@ -158,13 +150,6 @@ var BuiltinFuncSignatures = map[string][]*FuncSignature{
158150
&ArrayType{Elem: StringType{}},
159151
},
160152
},
161-
{
162-
Name: "join",
163-
Ret: StringType{},
164-
Params: []ExprType{
165-
StringType{},
166-
},
167-
},
168153
},
169154
"tojson": {{
170155
Name: "toJSON",

0 commit comments

Comments
 (0)