Closed
Bug 224018
Opened 21 years ago
Closed 21 years ago
unused variables gDumpFileNameCnt, gDumpLOFileNameCnt in nsDocumentViewer.cpp
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
References
Details
Attachments
(1 file, 1 obsolete file)
945 bytes,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
/Users/timeless/mozilla/content/base/src/nsDocumentViewer.cpp:
229: warning: `PRUint32 gDumpFileNameCnt' defined but not used
230: warning: `PRUint32 gDumpLOFileNameCnt' defined but not used
Attachment #134373 -
Attachment description: remove them →
Attachment #134373 -
Attachment filename: a → 224016
Attachment #134373 -
Attachment is patch: false
Attachment #134373 -
Attachment is obsolete: true
Attachment #134374 -
Flags: superreview?(jst)
Attachment #134374 -
Flags: review?(jst)
Comment 3•21 years ago
|
||
Comment on attachment 134374 [details] [diff] [review]
remove them
r+sr=jst
Attachment #134374 -
Flags: superreview?(jst)
Attachment #134374 -
Flags: superreview+
Attachment #134374 -
Flags: review?(jst)
Attachment #134374 -
Flags: review+
checked in
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Component: DOM: Core → DOM: Core & HTML
QA Contact: ian → general
You need to log in
before you can comment on or make changes to this bug.
Description
•