summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-31 00:50:32 +0000
committerVincent Sanders <vince@kyllikki.org>2014-10-31 00:50:32 +0000
commit02ff3920ce22f4a4120cab8cee3a72a244604732 (patch)
tree0e1b8b8dea9baf0ab5313a49a19db6e5d6867c26 /test
parentce3d99191842ded7687dc23c3ccb5f5ccc843558 (diff)
downloadnetsurf-02ff3920ce22f4a4120cab8cee3a72a244604732.tar.gz
netsurf-02ff3920ce22f4a4120cab8cee3a72a244604732.tar.bz2
remove unused url_init function
Diffstat (limited to 'test')
-rw-r--r--test/urldbtest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/urldbtest.c b/test/urldbtest.c
index cc657ed11..2b7e8a060 100644
--- a/test/urldbtest.c
+++ b/test/urldbtest.c
@@ -163,7 +163,6 @@ int main(void)
char *path_query;
corestrings_init();
- url_init();
h = urldb_add_host("127.0.0.1");
if (!h) {