Closed
Bug 1008651
Opened 11 years ago
Closed 11 years ago
jsd_xpc.cpp:104:12: warning: unused variable 'jsdASObserverCtrID' [-Wunused-const-variable]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla32
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.02 KB,
patch
|
n.nethercote
:
review+
|
Details | Diff | Splinter Review |
Build warning:
{
js/jsd/jsd_xpc.cpp:104:12: warning: unused variable 'jsdASObserverCtrID' [-Wunused-const-variable]
}
MXR search proving that this variable is unused:
http://mxr.mozilla.org/mozilla-central/search?string=jsdASObserverCtrID
Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → dholbert
Status: NEW → ASSIGNED
Attachment #8420618 -
Flags: review?(n.nethercote)
Assignee | ||
Comment 2•11 years ago
|
||
FWIW, "git log -p" shows that the last usage of this variable was removed here:
http://hg.mozilla.org/mozilla-central/rev/08410c390aa9#l363.125
for bug 568691.
Depends on: data-driven-compreg
Updated•11 years ago
|
Attachment #8420618 -
Flags: review?(n.nethercote) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Flags: in-testsuite-
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
You need to log in
before you can comment on or make changes to this bug.
Description
•