diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-02-21 14:11:47 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-03-22 14:46:18 +0400 |
commit | 336d354ba73f62099b1a931662694b23cb3d2b65 (patch) | |
tree | 22487bb6c811aae73d2c81b17d7ff0d6ce046006 /include | |
parent | 45297887dc88e2ea6d1001064a407e713b2d6ebb (diff) |
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.h | 2 |
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; |