]> git.proxmox.com Git - qemu.git/blobdiff - qemu-error.h
vnc: rename vnc-encoding-* vnc-enc-*
[qemu.git] / qemu-error.h
index e63c6ab31d7865246060b7ab7545e222e5d408cc..a45609f8e708c239022ba72d3bf3eae9424ad600 100644 (file)
@@ -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