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