Closed
Bug 639372
Opened 15 years ago
Closed 15 years ago
nsXFormsAccessible.cpp:438:12: warning: unused variable ‘rv’ (also line 493)
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dholbert, Assigned: davidb)
References
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
|
1.43 KB,
patch
|
MarcoZ
:
review+
|
Details | Diff | Splinter Review |
When compiling nsXFormsAccessible.cpp, I get these build warnings:
> accessible/src/xforms/nsXFormsAccessible.cpp:438:12: warning: unused variable ‘rv’
> accessible/src/xforms/nsXFormsAccessible.cpp:493:12: warning: unused variable ‘rv’
These variables' last usages were removed in bug 590176. Their declarations want to be removed too.
| Assignee | ||
Comment 1•15 years ago
|
||
Let's get rid of them.
Assignee: nobody → bolterbugz
Attachment #517414 -
Flags: review?(marco.zehe)
Comment 2•15 years ago
|
||
Comment on attachment 517414 [details] [diff] [review]
trivial fix
r=me
Attachment #517414 -
Flags: review?(marco.zehe) → review+
Comment 3•15 years ago
|
||
When are we going to take this one?
Comment 4•15 years ago
|
||
looks like either this landed, or someone just got rid of those declarations when working on something else. In any case I can't find them anymore.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 5•15 years ago
|
||
Yup, looks like bug 634218 removed these variables.
Depends on: 634218
You need to log in
before you can comment on or make changes to this bug.
Description
•