From 6a36d4ec2b6fd8ac52da2c3883b4776aec14ba2d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 26 Apr 2016 12:50:16 +0100 Subject: remove all core usage of warn_user API --- test/urldbtest.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'test/urldbtest.c') diff --git a/test/urldbtest.c b/test/urldbtest.c index aa3a2df5b..7a0337970 100644 --- a/test/urldbtest.c +++ b/test/urldbtest.c @@ -62,17 +62,6 @@ void cookie_manager_remove(const struct cookie_data *data) { } -void die(const char *error) -{ - printf("die: %s\n", error); - exit(1); -} - - -void warn_user(const char *warning, const char *detail) -{ - printf("WARNING: %s %s\n", warning, detail); -} void bitmap_destroy(void *bitmap) { -- cgit v1.2.3