mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virsh: remove left over print statement wrt Xen driver
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user