diff options
Diffstat (limited to 'qemu-error.h')
-rw-r--r-- | qemu-error.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 |