Closed
Bug 1855955
Opened 2 years ago
Closed 2 years ago
Remove useless includes of <iostream>
Categories
(Core :: General, task)
Core
General
Tracking
()
RESOLVED
FIXED
120 Branch
| Tracking | Status | |
|---|---|---|
| firefox120 | --- | fixed |
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Including this headers automatically implies a global constructor (to initialize the global streams), let's get rid of them if they are no used. It also shaved ~30k lines of code to parse.
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ec65ca2f7db1
Remove useless <iostream> includes r=emilio
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•