Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/1150cf684d7b9a47fb6780d4bf22cd3d89df28da
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/1150cf684d7b9a47fb6780d4bf22cd3d89df28da
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/1150cf684d7b9a47fb6780d4bf22cd3d89df28da

The branch, master has been updated
       via  1150cf684d7b9a47fb6780d4bf22cd3d89df28da (commit)
      from  1f24336d6c3c496ac020981c4e1907508579422c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=1150cf684d7b9a47fb6780d4bf22cd3d89df28da
commit 1150cf684d7b9a47fb6780d4bf22cd3d89df28da
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    dukky: Remove unused `dukky_safe_get()`
    
    Signed-off-by: Daniel Silverstone <[email protected]>

diff --git a/content/handlers/javascript/duktape/dukky.c 
b/content/handlers/javascript/duktape/dukky.c
index e7ffb0f..5980b2b 100644
--- a/content/handlers/javascript/duktape/dukky.c
+++ b/content/handlers/javascript/duktape/dukky.c
@@ -750,12 +750,6 @@ duk_bool_t dukky_check_timeout(void *udata)
                        now > (ctx->exec_start_time + JS_EXEC_TIMEOUT_MS);
 }
 
-static duk_ret_t dukky_safe_get(duk_context *ctx, void *udata)
-{
-       duk_get_prop_string(ctx, 0, udata);
-       return 1;
-}
-
 static void dukky_dump_error(duk_context *ctx)
 {
        /* stack is ..., errobj */


-----------------------------------------------------------------------

Summary of changes:
 content/handlers/javascript/duktape/dukky.c |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/content/handlers/javascript/duktape/dukky.c 
b/content/handlers/javascript/duktape/dukky.c
index e7ffb0f..5980b2b 100644
--- a/content/handlers/javascript/duktape/dukky.c
+++ b/content/handlers/javascript/duktape/dukky.c
@@ -750,12 +750,6 @@ duk_bool_t dukky_check_timeout(void *udata)
                        now > (ctx->exec_start_time + JS_EXEC_TIMEOUT_MS);
 }
 
-static duk_ret_t dukky_safe_get(duk_context *ctx, void *udata)
-{
-       duk_get_prop_string(ctx, 0, udata);
-       return 1;
-}
-
 static void dukky_dump_error(duk_context *ctx)
 {
        /* stack is ..., errobj */


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to