From 0167f772d1505b79f2db2f1d3ccad54f2cbe5de1 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 22 Mar 2010 10:29:05 +0100 Subject: error: Move qerror_report() from qemu-error.[ch] to qerror.[ch] Signed-off-by: Markus Armbruster Signed-off-by: Aurelien Jarno --- qemu-error.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'qemu-error.h') diff --git a/qemu-error.h b/qemu-error.h index e63c6ab31d..a45609f8e7 100644 --- a/qemu-error.h +++ b/qemu-error.h @@ -37,11 +37,5 @@ void error_printf_unless_qmp(const char *fmt, ...) void error_print_loc(void); void error_set_progname(const char *argv0); void error_report(const char *fmt, ...) __attribute__ ((format(printf, 1, 2))); -void qerror_report_internal(const char *file, int linenr, const char *func, - const char *fmt, ...) - __attribute__ ((format(printf, 4, 5))); - -#define qerror_report(fmt, ...) \ - qerror_report_internal(__FILE__, __LINE__, __func__, fmt, ## __VA_ARGS__) #endif -- cgit v1.2.1