Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 919844 - Fix -Wunused-variable warning in js/jsd/jsd_val.cpp. r=j…
Browse files Browse the repository at this point in the history
…orendorff
  • Loading branch information
cpeterso committed Sep 23, 2013
1 parent 15c0da4 commit 4d31f98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/jsd/jsd_val.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ jsd_GetValueProperty(JSDContext* jsdc, JSDValue* jsdval, JSString* nameStr)
JSDProperty* jsdprop;
JSDProperty* iter = nullptr;
JS::RootedObject obj(cx);
bool found;
JS::RootedValue val(cx), nameval(cx);
JS::RootedId nameid(cx);
JS::RootedValue propId(cx);
Expand Down

0 comments on commit 4d31f98

Please sign in to comment.