From 9666787dfa64c7d990cdf189889bb940be3ba537 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 11 Apr 2010 14:12:13 +0000 Subject: Remove redundant todo svn path=/trunk/netsurf/; revision=10354 --- content/llcache.c | 1 - 1 file changed, 1 deletion(-) (limited to 'content') diff --git a/content/llcache.c b/content/llcache.c index c1dc2f4df..10e466dbf 100644 --- a/content/llcache.c +++ b/content/llcache.c @@ -1662,7 +1662,6 @@ nserror llcache_fetch_redirect(llcache_object *object, const char *target, return NSERROR_OK; } - /** \todo All the magical processing for the various redirect types */ if (http_code == 301 || http_code == 302 || http_code == 303) { /* 301, 302, 303 redirects are all unconditional GET requests */ post = NULL; -- cgit v1.2.3