Skip to content

Commit

Permalink
removes unused ast node
Browse files Browse the repository at this point in the history
  • Loading branch information
GeremWD committed Jun 14, 2023
1 parent 3521293 commit af36657
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions CLI/ast.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,15 +141,6 @@ func (n *lenNode) execute() (interface{}, error) {
return len(arr), nil
}

type postObjNode struct {
entity string
data map[string]interface{}
}

func (n *postObjNode) execute() (interface{}, error) {
return cmd.PostObj(cmd.EntityStrToInt(n.entity), n.entity, n.data)
}

type helpNode struct {
entry string
}
Expand Down

0 comments on commit af36657

Please sign in to comment.