From d2e064a73ee7e5af244ff7b6406ac2344bbaa231 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 19 May 2014 18:57:38 +0200 Subject: error: error_is_set() is finally unused; remove Signed-off-by: Markus Armbruster Signed-off-by: Gerd Hoffmann --- include/qapi/error.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/qapi') diff --git a/include/qapi/error.h b/include/qapi/error.h index 79958011db..d712089f1a 100644 --- a/include/qapi/error.h +++ b/include/qapi/error.h @@ -67,12 +67,6 @@ void error_set_win32(Error **errp, int win32_err, ErrorClass err_class, */ void error_setg_file_open(Error **errp, int os_errno, const char *filename); -/** - * Returns true if an indirect pointer to an error is pointing to a valid - * error object. - */ -bool error_is_set(Error **errp); - /* * Get the error class of an error object. */ -- cgit v1.2.3