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)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla16

People

(Reporter: dholbert, Assigned: dholbert)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

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.
Attached patch fixSplinter Review
The variable before it, targetObjectPropName, is unused as well. This patch removes both unused variables.
Attachment #639768 - Flags: review?(khuey)
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.

Attachment

General

Created:
Updated:
Size: