mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[spdermonkey] Removed unused variable
This commit is contained in:
parent
ac28aa037a
commit
47fce788d6
@ -60,8 +60,6 @@ implementation_createHTMLDocument(JSContext *ctx, unsigned int argc, JS::Value *
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct ecmascript_interpreter *interpreter = JS::GetRealmPrivate(comp);
|
|
||||||
|
|
||||||
if (!JS_InstanceOf(ctx, hobj, &implementation_class, &args)) {
|
if (!JS_InstanceOf(ctx, hobj, &implementation_class, &args)) {
|
||||||
#ifdef ECMASCRIPT_DEBUG
|
#ifdef ECMASCRIPT_DEBUG
|
||||||
fprintf(stderr, "%s:%s %d\n", __FILE__, __FUNCTION__, __LINE__);
|
fprintf(stderr, "%s:%s %d\n", __FILE__, __FUNCTION__, __LINE__);
|
||||||
|
Loading…
Reference in New Issue
Block a user