Skip to content

Commit 9533bb0

Browse files
committed
refactor(_xm): remove unused _xen_domain_ids
1 parent a5a1b96 commit 9533bb0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

completions/_xm

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ _xen_domain_names()
1010
awk '!/Name|Domain-0/ { print $1 }')" -- "$cur"))
1111
}
1212

13-
_xen_domain_ids()
14-
{
15-
COMPREPLY=($(compgen -W "$(xm list 2>/dev/null |
16-
awk '!/Name|Domain-0/ { print $2 }')" -- "$cur"))
17-
}
18-
1913
_xm()
2014
{
2115
local cur prev words cword comp_args

0 commit comments

Comments
 (0)