Closed
Bug 1587238
Opened 6 years ago
Closed 6 years ago
Remove BinASTTokenReaderContext::variantsTable_
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
Remove BinASTTokenReaderContext::variantsTable_ is unused
https://searchfox.org/mozilla-central/rev/7cc0f0e89cb40e43bf5c96906f13d44705401042/js/src/frontend/BinASTTokenReaderContext.h#1246-1250
| Assignee | ||
Comment 1•6 years ago
|
||
and FlatHuffmanKey is used only there, so we can remove it as well.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•6 years ago
|
||
Depends on D48652
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/e0b0872d525e
Remove BinASTTokenReaderContext::variantsTable_ and FlatHuffmanKey. r=Yoric
Comment 4•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•