Closed
Bug 665390
Opened 14 years ago
Closed 14 years ago
Remove unused variable 'count' from nsXULPrototypeCache::WritePrototype
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla7
People
(Reporter: emorley, Assigned: emorley)
References
(Blocks 1 open bug)
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
1.06 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
content/xul/document/src/nsXULPrototypeCache.cpp:446:13: warning: unused variable 'count'
http://mxr.mozilla.org/mozilla-central/source/content/xul/document/src/nsXULPrototypeCache.cpp#446
No longer used since bug 592943:
http://hg.mozilla.org/mozilla-central/diff/59d282cf2d86/content/xul/document/src/nsXULPrototypeCache.cpp
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #540360 -
Flags: review?(jst)
Assignee | ||
Comment 2•14 years ago
|
||
Updated•14 years ago
|
Attachment #540360 -
Flags: review?(jst) → review+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Updated•14 years ago
|
Attachment #540360 -
Flags: checkin?
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Assignee | ||
Updated•14 years ago
|
Attachment #540360 -
Flags: checkin?
You need to log in
before you can comment on or make changes to this bug.
Description
•