summaryrefslogtreecommitdiff
path: root/utils/nsurl.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nsurl.c')
-rw-r--r--utils/nsurl.c3
1 files changed, 0 insertions, 3 deletions
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;
}