Closed
Bug 207021
Opened 22 years ago
Closed 22 years ago
remove unused code in mozilla/content
Categories
(Core :: XML, defect)
Core
XML
Tracking
()
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: bryner)
Details
Attachments
(1 file, 1 obsolete file)
|
27.49 KB,
patch
|
jst
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
There are a few files in mozilla/content that are built but not used for
anything (and haven't been for a long time). We should remove them.
| Assignee | ||
Comment 1•22 years ago
|
||
Remove nsHTMLModElement.cpp, nsXMLEntity.cpp, nsXMLNotation.cpp,
nsXMLNamedNodeMap.cpp, and forward declarations of functions implemented in
those files.
| Assignee | ||
Comment 2•22 years ago
|
||
include removal of nsHTMLModElement.cpp this time
Attachment #124158 -
Attachment is obsolete: true
| Assignee | ||
Updated•22 years ago
|
Attachment #124159 -
Flags: superreview?(alecf)
Attachment #124159 -
Flags: review?(jst)
Comment 3•22 years ago
|
||
Comment on attachment 124159 [details] [diff] [review]
patch
sr=alecf
Attachment #124159 -
Flags: superreview?(alecf) → superreview+
Comment 4•22 years ago
|
||
Comment on attachment 124159 [details] [diff] [review]
patch
sr=jst
Attachment #124159 -
Flags: review?(jst) → review+
| Assignee | ||
Comment 5•22 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•