Closed
Bug 665388
Opened 14 years ago
Closed 14 years ago
Remove unused variable rv from imgLoader::Init
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
VERIFIED
FIXED
mozilla7
People
(Reporter: emorley, Assigned: emorley)
References
(Blocks 1 open bug)
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
|
985 bytes,
patch
|
joe
:
review+
|
Details | Diff | Splinter Review |
modules/libpr0n/src/imgLoader.cpp:882:12: warning: unused variable 'rv'
http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgLoader.cpp#882
No longer used since bug 660768:
http://hg.mozilla.org/mozilla-central/diff/3f771ec754bb/modules/libpr0n/src/imgLoader.cpp
| Assignee | ||
Comment 1•14 years ago
|
||
Attachment #540363 -
Flags: review?(joe)
| Assignee | ||
Comment 2•14 years ago
|
||
Updated•14 years ago
|
Attachment #540363 -
Flags: review?(joe) → review+
| Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Comment 6•14 years ago
|
||
Verified variable "rv" was removed from modules/libpr0n/src/imgLoader.cpp in mozilla-central repository.
Changing resolution to VERIFIED-FIXED.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•