From: Fabrice Bellard Date: Fri, 22 Dec 2023 10:06:19 +0000 (+0100) Subject: removed unused JSContext field X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=e68993b6788960de05167be624751d951745be78;p=quickjs.git removed unused JSContext field --- diff --git a/quickjs.c b/quickjs.c index dfcacda..8a442ff 100644 --- a/quickjs.c +++ b/quickjs.c @@ -440,7 +440,6 @@ struct JSContext { #endif /* when the counter reaches zero, JSRutime.interrupt_handler is called */ int interrupt_counter; - BOOL is_error_property_enabled; struct list_head loaded_modules; /* list of JSModuleDef.link */