diff options
Diffstat (limited to 'core/errorhelper.c')
-rw-r--r-- | core/errorhelper.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/errorhelper.c b/core/errorhelper.c index 66c01fd21..0f544efb6 100644 --- a/core/errorhelper.c +++ b/core/errorhelper.c @@ -45,11 +45,6 @@ int report_error(const char *fmt, ...) return -1; } -void report_message(const char *msg) -{ - (void)report_error("%s", msg); -} - void set_error_cb(void(*cb)(void)) { error_cb = cb; } |