Skip to content

Commit b43e799

Browse files
committed
removes unused ast node
1 parent a0a32a7 commit b43e799

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

CLI/ast.go

-9
Original file line numberDiff line numberDiff line change
@@ -141,15 +141,6 @@ func (n *lenNode) execute() (interface{}, error) {
141141
return len(arr), nil
142142
}
143143

144-
type postObjNode struct {
145-
entity string
146-
data map[string]interface{}
147-
}
148-
149-
func (n *postObjNode) execute() (interface{}, error) {
150-
return cmd.PostObj(cmd.EntityStrToInt(n.entity), n.entity, n.data)
151-
}
152-
153144
type helpNode struct {
154145
entry string
155146
}

0 commit comments

Comments
 (0)