From 078c80b6e7234f943c6975048e02c7e54048e792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Tue, 24 Apr 2018 16:59:21 +0100 Subject: [PATCH] virsh: remove left over print statement wrt Xen driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel P. Berrangé --- tools/virsh.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index 5f8352e861..62226eea4c 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -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