vmcli: remove unused method
This commit is contained in:
parent
d2c823daa6
commit
b3e166aeff
1 changed files with 0 additions and 4 deletions
|
@ -440,10 +440,6 @@ func (c *VMCLI) Run() error {
|
|||
return nil
|
||||
}
|
||||
|
||||
func isMethodArg(s string) bool {
|
||||
return len(strings.Split(s, ":")) == 1
|
||||
}
|
||||
|
||||
func parseArgs(args []string) ([]stackitem.Item, error) {
|
||||
items := make([]stackitem.Item, len(args))
|
||||
for i, arg := range args {
|
||||
|
|
Loading…
Reference in a new issue