summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-04-18 16:08:32 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-04-18 16:08:32 +0000
commit014cbd63cc44b3c9f2d710d1d629901a8af67e8c (patch)
treeb9a334409949ea8b34623fcdfe4bbfd5b63941bb
parent27064b4107d5ab8d9a661675b43e38f49b93089a (diff)
downloadnetsurf-014cbd63cc44b3c9f2d710d1d629901a8af67e8c.tar.gz
netsurf-014cbd63cc44b3c9f2d710d1d629901a8af67e8c.tar.bz2
Purge spurious filetype computation
svn path=/trunk/netsurf/; revision=10431
-rw-r--r--content/fetchers/fetch_curl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/fetchers/fetch_curl.c b/content/fetchers/fetch_curl.c
index 7374bdb36..e27472a26 100644
--- a/content/fetchers/fetch_curl.c
+++ b/content/fetchers/fetch_curl.c
@@ -1183,7 +1183,6 @@ bool fetch_curl_process_headers(struct curl_fetch_info *f)
FETCH_ERROR_NO_ERROR);
/* create Content-Length */
- type = fetch_filetype(url_path);
snprintf(header, sizeof header,
"Content-Length: %" PRId64,
(int64_t) s.st_size);