From b4723c1d05819d4e47fc59254f5ad8c9d6d62db3 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 21 Jun 2004 15:09:59 +0000 Subject: [project @ 2004-06-21 15:09:58 by bursa] Merge memory cache into content module. svn path=/import/netsurf/; revision=986 --- debug/netsurfd.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'debug/netsurfd.c') diff --git a/debug/netsurfd.c b/debug/netsurfd.c index b2b618bce..c539e2df0 100644 --- a/debug/netsurfd.c +++ b/debug/netsurfd.c @@ -10,7 +10,6 @@ #include #include "netsurf/utils/config.h" #include "netsurf/content/fetch.h" -#include "netsurf/content/cache.h" #include "netsurf/content/content.h" #include "netsurf/content/fetchcache.h" #include "netsurf/desktop/options.h" @@ -45,7 +44,6 @@ int main(int argc, char *argv[]) struct content *c; fetch_init(); - cache_init(); fetchcache_init(); url_init(); save_complete_init(); @@ -70,7 +68,6 @@ int main(int argc, char *argv[]) destroyed = 1; puts("=== FAILURE, dumping cache"); } - cache_dump(); if (!destroyed) { /*while (1) schedule_run();*/ @@ -85,10 +82,10 @@ int main(int argc, char *argv[]) content_remove_user(c, callback, 0, 0); c = 0; } + content_clean(); } /* options_write("options"); */ - cache_quit(); fetch_quit(); return 0; -- cgit v1.2.3