summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarc-André Lureau2022-02-21 11:11:47 +0100
committerMarc-André Lureau2022-03-22 11:46:18 +0100
commit336d354ba73f62099b1a931662694b23cb3d2b65 (patch)
tree22487bb6c811aae73d2c81b17d7ff0d6ce046006 /include
parentqga: remove bswap.h include (diff)
downloadqemu-336d354ba73f62099b1a931662694b23cb3d2b65.tar.gz
qemu-336d354ba73f62099b1a931662694b23cb3d2b65.tar.xz
qemu-336d354ba73f62099b1a931662694b23cb3d2b65.zip
error: use GLib to remember the program name
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/qemu/error-report.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/qemu/error-report.h b/include/qemu/error-report.h
index 33e662db44..b6f45e69d7 100644
--- a/include/qemu/error-report.h
+++ b/include/qemu/error-report.h
@@ -72,8 +72,6 @@ void error_init(const char *argv0);
fmt, ##__VA_ARGS__); \
})
-const char *error_get_progname(void);
-
extern bool message_with_timestamp;
extern bool error_with_guestname;
extern const char *error_guest_name;