mirror of https://gitee.com/openkylin/libvirt.git
virsh: remove left over print statement wrt Xen driver
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
87680332a3
commit
078c80b6e7
|
@ -526,9 +526,6 @@ virshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED)
|
|||
#ifdef WITH_UML
|
||||
vshPrint(ctl, " UML");
|
||||
#endif
|
||||
#ifdef WITH_XEN
|
||||
vshPrint(ctl, " Xen");
|
||||
#endif
|
||||
#ifdef WITH_LIBXL
|
||||
vshPrint(ctl, " LibXL");
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue