From 313dc9b099a172914f312120f0f9d0260a3588cf Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 21 Mar 2020 18:07:50 +0000 Subject: JS: Remove unused slow script callback Signed-off-by: Daniel Silverstone --- content/handlers/javascript/duktape/dukky.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/handlers/javascript/duktape/dukky.c') diff --git a/content/handlers/javascript/duktape/dukky.c b/content/handlers/javascript/duktape/dukky.c index dcbff6854..560a12f56 100644 --- a/content/handlers/javascript/duktape/dukky.c +++ b/content/handlers/javascript/duktape/dukky.c @@ -608,7 +608,7 @@ void js_finalise(void) /* exported interface documented in js.h */ nserror -js_newcontext(int timeout, jscallback *cb, void *cbctx, jscontext **jsctx) +js_newcontext(int timeout, jscontext **jsctx) { duk_context *ctx; jscontext *ret = calloc(1, sizeof(*ret)); -- cgit v1.2.3