From f58fa3b2ac2c7c0241821cc098cd59772ffb6ce4 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 12 Apr 2010 09:31:34 +0000 Subject: Revert last change. svn path=/trunk/netsurf/; revision=10382 --- content/hlcache.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'content/hlcache.c') diff --git a/content/hlcache.c b/content/hlcache.c index d839b500c..84f391aed 100644 --- a/content/hlcache.c +++ b/content/hlcache.c @@ -107,7 +107,6 @@ nserror hlcache_handle_retrieve(const char *url, uint32_t flags, { hlcache_retrieval_ctx *ctx; nserror error; - char *hash; assert(cb != NULL); @@ -139,10 +138,6 @@ nserror hlcache_handle_retrieve(const char *url, uint32_t flags, ctx->handle->cb = cb; ctx->handle->pw = pw; - /* strip fragment identifier */ - if ((hash = strchr(url, '#')) != NULL) - *hash = 0; - error = llcache_handle_retrieve(url, flags, referer, post, hlcache_llcache_callback, ctx, &ctx->llcache); -- cgit v1.2.3