From 014cbd63cc44b3c9f2d710d1d629901a8af67e8c Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 18 Apr 2010 16:08:32 +0000 Subject: Purge spurious filetype computation svn path=/trunk/netsurf/; revision=10431 --- content/fetchers/fetch_curl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'content/fetchers/fetch_curl.c') 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); -- cgit v1.2.3