Remove unused member from JSContext

This commit is contained in:
Saúl Ibarra Corretgé 2023-12-16 00:10:50 +01:00
parent 35e6bfceb1
commit 7474b28036

View file

@ -392,7 +392,6 @@ struct JSContext {
bf_context_t *bf_ctx; /* points to rt->bf_ctx, shared by all contexts */
/* 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 */