mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
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
Block a user