mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
Yes, I know this file is generated, but since we need to get rid of the RDF AppCore at some point ANYWAY, let's at least get rid of the annoying compiler warnings for the short term.
This commit is contained in:
parent
c62018929a
commit
b097f6b098
@ -137,7 +137,7 @@ PR_STATIC_CALLBACK(JSBool)
|
||||
RDFCoreDoSort(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
|
||||
{
|
||||
nsIDOMRDFCore *nativeThis = (nsIDOMRDFCore*)JS_GetPrivate(cx, obj);
|
||||
JSBool rBool = JS_FALSE;
|
||||
// JSBool rBool = JS_FALSE;
|
||||
nsIDOMNodePtr b0;
|
||||
nsAutoString b1;
|
||||
nsAutoString b2;
|
||||
|
Loading…
Reference in New Issue
Block a user