Closed
Bug 806442
Opened 12 years ago
Closed 12 years ago
Compiler.cpp:1293:14: warning: unused variable ‘slot’ [-Wunused-variable]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
New build warning:
/js/src/methodjit/Compiler.cpp: In member function ‘void js::mjit::Compiler::markUndefinedLocal(uint32_t, uint32_t)’:
/js/src/methodjit/Compiler.cpp:1293:14: warning: unused variable ‘slot’ [-Wunused-variable]
That's from this cset for bug 781657, which removed the last usage of |slot| in this method:
http://hg.mozilla.org/mozilla-central/diff/9a5191dfae8d/js/src/methodjit/Compiler.cpp#l1.7
Looks like |slot| can just go away.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #676220 -
Flags: review?(wmccloskey) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
You need to log in
before you can comment on or make changes to this bug.
Description
•