From 78663e91110b174c9febd29bb96b4a89f5a295a3 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 27 Mar 2015 11:58:52 +0000 Subject: Remove fragment from nsurl hash. --- utils/nsurl.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'utils/nsurl.c') diff --git a/utils/nsurl.c b/utils/nsurl.c index 041699dbd..8e3c21132 100644 --- a/utils/nsurl.c +++ b/utils/nsurl.c @@ -1268,9 +1268,6 @@ static void nsurl_calc_hash(nsurl *url) if (url->components.query) hash ^= lwc_string_hash_value(url->components.query); - if (url->components.fragment) - hash ^= lwc_string_hash_value(url->components.fragment); - url->hash = hash; } -- cgit v1.2.3