summaryrefslogtreecommitdiff
path: root/content/fetchcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchcache.c')
-rw-r--r--content/fetchcache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/fetchcache.c b/content/fetchcache.c
index f6fcb01f8..a56da83f9 100644
--- a/content/fetchcache.c
+++ b/content/fetchcache.c
@@ -79,7 +79,6 @@ struct content * fetchcache(const char *url, char *referer,
struct content *c;
char *url1 = xstrdup(url);
char *hash = strchr(url1, '#');
- const char *params[] = { 0 };
char error_message[500];
/* strip fragment identifier */