Closed
Bug 791607
Opened 13 years ago
Closed 13 years ago
Remove unnecessary |#include <new>| directives.
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
Attachments
(1 file)
|
5.19 KB,
patch
|
dmandelin
:
review+
|
Details | Diff | Splinter Review |
We have a bunch of superfluous |#include <new>| directives. These were
introduced by Brendan in bug 558451 and bug 516075. I'm not sure why.
| Assignee | ||
Comment 1•13 years ago
|
||
This patch removes them. It leaves one in public/Utility.h, which is
necessary for the placement new used in that file.
Builds on all platforms are green on the try server.
Attachment #661676 -
Flags: review?(dmandelin)
Updated•13 years ago
|
Attachment #661676 -
Flags: review?(dmandelin) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•