summaryrefslogtreecommitdiff
path: root/content/fetchcache.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-12-31 04:30:49 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-12-31 04:30:49 +0000
commite6f311f97c3a5c43217e0f2ff894e0159d9facad (patch)
treef08804bb86d4818c2f6ab0511bb6ddcc1046ddf7 /content/fetchcache.c
parentfaabbafa38152dd7a90c96b33dd67da5a6ec487b (diff)
downloadnetsurf-e6f311f97c3a5c43217e0f2ff894e0159d9facad.tar.gz
netsurf-e6f311f97c3a5c43217e0f2ff894e0159d9facad.tar.bz2
[project @ 2005-12-31 04:30:49 by rjw]
Updates to work with new url_store system. svn path=/import/netsurf/; revision=1909
Diffstat (limited to 'content/fetchcache.c')
-rw-r--r--content/fetchcache.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/content/fetchcache.c b/content/fetchcache.c
index 93c35b2a2..c58d9d34f 100644
--- a/content/fetchcache.c
+++ b/content/fetchcache.c
@@ -211,7 +211,6 @@ void fetchcache_go(struct content *content, char *referer,
void fetchcache_callback(fetch_msg msg, void *p, const char *data,
unsigned long size)
{
- struct url_content *url_content;
bool res;
struct content *c = p;
content_type type;
@@ -278,10 +277,6 @@ void fetchcache_callback(fetch_msg msg, void *p, const char *data,
break;
case FETCH_FINISHED:
- url_content = url_store_find(c->url);
- if (url_content)
- url_content->requests++;
-
c->fetch = 0;
content_set_status(c, messages_get("Converting"),
c->source_size);