Revert last change.

svn path=/trunk/netsurf/; revision=10382
This commit is contained in:
Michael Drake 2010-04-12 09:31:34 +00:00
parent de6f1a2b2e
commit f58fa3b2ac
1 changed files with 0 additions and 5 deletions

View File

@ -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);