Closed
Bug 1990296
Opened 21 days ago
Closed 18 days ago
Remove unused mozilla/Array.h includes
Categories
(Core :: MFBT, task)
Core
MFBT
Tracking
()
RESOLVED
FIXED
145 Branch
Tracking | Status | |
---|---|---|
firefox145 | --- | fixed |
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
Details
Attachments
(1 file)
Array.h is included in several places when it's not used. Let's remove those.
Assignee | ||
Updated•21 days ago
|
Summary: Remove usued mozilla/Array.h → Remove unused mozilla/Array.h
Assignee | ||
Updated•21 days ago
|
Summary: Remove unused mozilla/Array.h → Remove unused mozilla/Array.h includes
Assignee | ||
Comment 1•20 days ago
|
||
As a side effect also turn a runtime error for empty array indexing into a
link time error.
Updated•20 days ago
|
Assignee: nobody → sguelton
Status: NEW → ASSIGNED
Updated•19 days ago
|
Attachment #9515220 -
Attachment description: Bug 1990296 - Remove unused mozilla/Array.h inclusion r=emilio → Bug 1990296 - Remove unused mozilla/Array.h inclusion r=emilio!
Pushed by sguelton@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/43831fc5eaeb
https://hg.mozilla.org/integration/autoland/rev/39781b3e75e8
Remove unused mozilla/Array.h inclusion r=emilio
Comment 3•18 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 18 days ago
status-firefox145:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 145 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•