1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[spdermonkey] Removed unused variable

This commit is contained in:
Witold Filipczyk 2022-02-24 19:45:48 +01:00
parent ac28aa037a
commit 47fce788d6

View File

@ -60,8 +60,6 @@ implementation_createHTMLDocument(JSContext *ctx, unsigned int argc, JS::Value *
return false;
}
struct ecmascript_interpreter *interpreter = JS::GetRealmPrivate(comp);
if (!JS_InstanceOf(ctx, hobj, &implementation_class, &args)) {
#ifdef ECMASCRIPT_DEBUG
fprintf(stderr, "%s:%s %d\n", __FILE__, __FUNCTION__, __LINE__);