From 0790f0eecc524b96ffaca59d0457269ff191fda4 Mon Sep 17 00:00:00 2001 From: Asias He Date: Thu, 7 Apr 2011 16:33:41 +0800 Subject: [PATCH] kvm tools: remove KVM_EXIT_INTERNAL_ERROR Since we are in tools/kvm, remove the compatibility define Signed-off-by: Asias He Signed-off-by: Pekka Enberg --- tools/kvm/kvm.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/kvm/kvm.c b/tools/kvm/kvm.c index 1740e1ff74b3..5067b8b0b05b 100644 --- a/tools/kvm/kvm.c +++ b/tools/kvm/kvm.c @@ -25,13 +25,6 @@ #include #include -/* - * Compatibility code. Remove this when we move to tools/kvm. - */ -#ifndef KVM_EXIT_INTERNAL_ERROR -# define KVM_EXIT_INTERNAL_ERROR 17 -#endif - #define DEFINE_KVM_EXIT_REASON(reason) [reason] = #reason const char *kvm_exit_reasons[] = { -- 2.39.5