Closed
Bug 771638
Opened 12 years ago
Closed 12 years ago
IDBObjectStore.cpp:1388:13: warning: unused variable ‘targetObject’ [-Wunused-variable]
Categories
(Core :: Storage: IndexedDB, defect)
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.10 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
Newish build warning:
> IDBObjectStore.cpp:1388:13: warning: unused variable ‘targetObject’ [-Wunused-variable]
Last usage of this variable was removed here:
http://hg.mozilla.org/mozilla-central/rev/f65133bc5723#l8.485
The variable can just go away.
Assignee | ||
Comment 1•12 years ago
|
||
The variable before it, targetObjectPropName, is unused as well. This patch removes both unused variables.
Assignee | ||
Updated•12 years ago
|
Attachment #639768 -
Flags: review?(khuey)
Attachment #639768 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Target Milestone: --- → mozilla16
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•