Closed
Bug 949324
Opened 7 years ago
Closed 7 years ago
Fix -Wunused-function warnings in js/
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
Tracking | Status | |
---|---|---|
firefox28 | --- | unaffected |
firefox29 | --- | fixed |
People
(Reporter: cpeterson, Assigned: cpeterson)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.75 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
These functions are only called from DEBUG code: js/src/jit/IonMacroAssembler.cpp:1219:1 [-Wunused-function] unused function 'AssumeUnreachable_' js/src/shell/js.cpp:3597:1 [-Wunused-function] unused function 'PropagateFlagToNestedShells'
Attachment #8346372 -
Flags: review?(luke)
![]() |
||
Updated•7 years ago
|
Attachment #8346372 -
Flags: review?(luke) → review+
Assignee | ||
Comment 1•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/d748819f6d06
Comment 2•7 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d748819f6d06
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
You need to log in
before you can comment on or make changes to this bug.
Description
•