Closed
Bug 1866716
Opened 2 years ago
Closed 2 years ago
Remove Assertions.h from Atomics.h
Categories
(Core :: MFBT, task)
Core
MFBT
Tracking
()
RESOLVED
FIXED
122 Branch
| Tracking | Status | |
|---|---|---|
| firefox122 | --- | fixed |
People
(Reporter: gsvelto, Assigned: gsvelto)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
I accidentally noticed that mfbt/Atomics.h includes mfbt/Assertions.h but doesn't use it, since both are widely used includes it's a good to remove this unneeded dependency.
| Assignee | ||
Updated•2 years ago
|
Blocks: includehell
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
Pushed by gsvelto@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1957c4453ab1
Remove unneeded headers from Atomics.h r=glandium,profiler-reviewers
| Assignee | ||
Comment 3•2 years ago
|
||
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0745c3e29ba3
Fixup for WasiAtomic.h CLOSED TREE
Comment 5•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/1957c4453ab1
https://hg.mozilla.org/mozilla-central/rev/0745c3e29ba3
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
| Comment hidden (typo) |
Updated•2 years ago
|
Keywords: perf-alert
| Comment hidden (typo) |
| Comment hidden (typo) |
Updated•2 years ago
|
Keywords: perf-alert
You need to log in
before you can comment on or make changes to this bug.
Description
•