Skip to content

Commit 497b348

Browse files
committed
Bug 1815021 - Back out reading provenance data from AttributionCode r=nalexander
Backed out Bug 1815021's patch: https://hg.mozilla.org/mozilla-central/rev/9b8c31e9eb9f Differential Revision: https://phabricator.services.mozilla.com/D189594
1 parent 8281d2f commit 497b348

File tree

5 files changed

+0
-847
lines changed

5 files changed

+0
-847
lines changed

browser/components/attribution/AttributionCode.sys.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
export const AttributionIOUtils = {
99
write: async (path, bytes) => IOUtils.write(path, bytes),
1010
read: async path => IOUtils.read(path),
11-
readUTF8: async path => IOUtils.readUTF8(path),
1211
exists: async path => IOUtils.exists(path),
1312
};
1413

0 commit comments

Comments
 (0)