commit b90fe8819ab6472e96a9a64e16bcc03f129070c4
parent e4bf0c007d9aac07c62030a5e8d40fdc00e23d38
Author: Randell Jesup <rjesup@mozilla.com>
Date: Sat, 18 Oct 2025 17:51:03 +0000
Bug 1995136: Remove accidentally duplicated line parsing cache origin dictionary lists r=necko-reviewers,valentin
Differential Revision: https://phabricator.services.mozilla.com/D269140
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/netwerk/cache2/Dictionary.cpp b/netwerk/cache2/Dictionary.cpp
@@ -448,7 +448,6 @@ bool DictionaryCacheEntry::ParseMetadata(const char* aSrc) {
return false;
}
aSrc = GetEncodedString(aSrc, mHash);
- aSrc = GetEncodedString(aSrc, mHash);
aSrc = GetEncodedString(aSrc, mPattern);
aSrc = GetEncodedString(aSrc, mId);
nsAutoCString temp;