Closed
Bug 1763982
Opened 1 year ago
Closed 11 months ago
Useless includes in toolkit/components/telemetry/
Categories
(Firefox :: Untriaged, enhancement)
Tracking
()
RESOLVED
FIXED
101 Branch
Tracking | Status | |
---|---|---|
firefox101 | --- | fixed |
People
(Reporter: serge.guelton, Assigned: serge.guelton)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Steps to reproduce:
Running include-what-you-use on toolkit/components/telemetry/ spots several unused includes.
Actual results:
It creates more dependencies between compilation units, leading to more recompilations.
Expected results:
We should include (only) what we use.
Assignee | ||
Comment 1•1 year ago
|
||
Based on include-what-you-use output.
Updated•1 year ago
|
Assignee: nobody → serge.guelton
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Pushed by sledru@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/614282df3fc6 Cleanup toolkit/components/telemetry/ includes r=sylvestre
Comment 3•11 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox101:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
Updated•9 months ago
|
Blocks: includehell
You need to log in
before you can comment on or make changes to this bug.
Description
•