Closed
Bug 743559
Opened 13 years ago
Closed 13 years ago
Remove unused JSRuntime::xml_singleton fields
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: igor, Assigned: igor)
Details
Attachments
(1 file)
1.91 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
JSRuntime still has anynameObject and functionNamespaceObject fields that are not used anywhere in the code. The attached patch prunes them.
Attachment #613176 -
Flags: review?(jwalden+bmo)
Updated•13 years ago
|
Attachment #613176 -
Flags: review?(jwalden+bmo) → review+
Comment 1•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla14
You need to log in
before you can comment on or make changes to this bug.
Description
•