summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-04-11 14:12:13 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-04-11 14:12:13 +0000
commit9666787dfa64c7d990cdf189889bb940be3ba537 (patch)
treed99f54b74c3bd4718541a6df5354903d868923aa /content
parenta70c67fa35594390748e045fbb0b460250091490 (diff)
downloadnetsurf-9666787dfa64c7d990cdf189889bb940be3ba537.tar.gz
netsurf-9666787dfa64c7d990cdf189889bb940be3ba537.tar.bz2
Remove redundant todo
svn path=/trunk/netsurf/; revision=10354
Diffstat (limited to 'content')
-rw-r--r--content/llcache.c1
1 files changed, 0 insertions, 1 deletions
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;