summaryrefslogtreecommitdiff
path: root/test/urldbtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/urldbtest.c')
-rw-r--r--test/urldbtest.c11
1 files changed, 0 insertions, 11 deletions
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)
{