Closed
Bug 90700
Opened 24 years ago
Closed 24 years ago
nsDTDDebug should not be part of non-debug builds
Categories
(Core :: DOM: HTML Parser, defect, P3)
Core
DOM: HTML Parser
Tracking
()
VERIFIED
FIXED
mozilla0.9.4
People
(Reporter: dbaron, Assigned: harishd)
References
Details
(Keywords: memory-footprint)
The entire contents of htmlparser/src/nsDTDDebug.cpp should be |#ifdef DEBUG| if
it's debugging code, so as not to bloat non-debug builds.
yup. I've a list of files that needs to be removed.
Status: NEW → ASSIGNED
nsDTDDebug has been cvs removed..
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Verified on 2001-08-08-Trunk on WinNT.
Marking verified as per above developer comments.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•