9ae3a8
From 079e736f93a50e24b6a9d5fc3d11e25175ce8aea Mon Sep 17 00:00:00 2001
9ae3a8
From: Laszlo Ersek <lersek@redhat.com>
9ae3a8
Date: Thu, 31 Oct 2013 16:29:31 +0100
9ae3a8
Subject: [PATCH 12/29] qerror: drop QERR_OPEN_FILE_FAILED macro
9ae3a8
9ae3a8
RH-Author: Laszlo Ersek <lersek@redhat.com>
9ae3a8
Message-id: <1383236971-6067-9-git-send-email-lersek@redhat.com>
9ae3a8
Patchwork-id: 55198
9ae3a8
O-Subject: [RHEL-7 qemu-kvm PATCH 8/8] qerror: drop QERR_OPEN_FILE_FAILED macro
9ae3a8
Bugzilla: 907743
9ae3a8
RH-Acked-by: Luiz Capitulino <lcapitulino@redhat.com>
9ae3a8
RH-Acked-by: Kevin Wolf <kwolf@redhat.com>
9ae3a8
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
9ae3a8
9ae3a8
From: Luiz Capitulino <lcapitulino@redhat.com>
9ae3a8
9ae3a8
Not used since the last commit.
9ae3a8
9ae3a8
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
9ae3a8
Acked-by: Kevin Wolf <kwolf@redhat.com>
9ae3a8
(cherry picked from commit dbfbc6373441e436ac6e2bcf7a8acb284225aa21)
9ae3a8
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
9ae3a8
---
9ae3a8
 include/qapi/qmp/qerror.h | 3 ---
9ae3a8
 1 file changed, 3 deletions(-)
9ae3a8
9ae3a8
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
9ae3a8
---
9ae3a8
 include/qapi/qmp/qerror.h |    3 ---
9ae3a8
 1 files changed, 0 insertions(+), 3 deletions(-)
9ae3a8
9ae3a8
diff --git a/include/qapi/qmp/qerror.h b/include/qapi/qmp/qerror.h
9ae3a8
index 6c0a18d..c30c2f6 100644
9ae3a8
--- a/include/qapi/qmp/qerror.h
9ae3a8
+++ b/include/qapi/qmp/qerror.h
9ae3a8
@@ -177,9 +177,6 @@ void assert_no_error(Error *err);
9ae3a8
 #define QERR_NOT_SUPPORTED \
9ae3a8
     ERROR_CLASS_GENERIC_ERROR, "Not supported"
9ae3a8
 
9ae3a8
-#define QERR_OPEN_FILE_FAILED \
9ae3a8
-    ERROR_CLASS_GENERIC_ERROR, "Could not open '%s'"
9ae3a8
-
9ae3a8
 #define QERR_PERMISSION_DENIED \
9ae3a8
     ERROR_CLASS_GENERIC_ERROR, "Insufficient permission to perform this operation"
9ae3a8
 
9ae3a8
-- 
9ae3a8
1.7.1
9ae3a8