Closed
Bug 845222
Opened 13 years ago
Closed 13 years ago
LICM.h:39:15: warning: private field 'graph' is not used [-Wunused-private-field]
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
2.38 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
Newish clang warning:
{
In file included from js/src/ion/LICM.cpp:13:
js/src/ion/LICM.h:39:15: warning: private field 'graph' is not used [-Wunused-private-field]
}
I believe this was introduced when bug 843038 landed -- that bug's patch removed the last/only usage of Loop::graph.
| Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Comment on attachment 718292 [details] [diff] [review]
fix v1: remove Loop::graph
Review of attachment 718292 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #718292 -
Flags: review?(jdemooij) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
Flags: in-testsuite-
OS: Linux → All
Hardware: x86_64 → All
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
You need to log in
before you can comment on or make changes to this bug.
Description
•