From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UocYs-0001ef-Ew for qemu-devel@nongnu.org; Mon, 17 Jun 2013 12:45:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UocYr-0000n9-2F for qemu-devel@nongnu.org; Mon, 17 Jun 2013 12:45:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UocYq-0000mh-Pa for qemu-devel@nongnu.org; Mon, 17 Jun 2013 12:45:44 -0400 From: Luiz Capitulino Date: Mon, 17 Jun 2013 11:57:11 -0400 Message-Id: <1371484631-29510-10-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1371484631-29510-1-git-send-email-lcapitulino@redhat.com> References: <1371484631-29510-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PULL 9/9] qerror: drop QERR_OPEN_FILE_FAILED macro List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com Not used since the last commit. Signed-off-by: Luiz Capitulino Acked-by: Kevin Wolf --- include/qapi/qmp/qerror.h | 3 --- 1 file changed, 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.8.1.4