For now, revert r2093-2095, which were committed by accident; I'm not
[invirt/packages/invirt-remote.git] / host / usr / sbin / invirt-vmcontrol
index 9080dfc..70bff12 100755 (executable)
@@ -12,10 +12,6 @@ ORIGMACHINE="$1"
 ACTION="$2"
 MACHINE="d_$ORIGMACHINE"
 
-xm () {
-    command xm "$@" || exit 35
-}
-
 case "$ACTION" in
     list|vcpu-list|uptime)
         xm "$ACTION" "$MACHINE"