removed unused JSContext field

This commit is contained in:
Fabrice Bellard 2023-12-22 11:06:19 +01:00
parent 07ff474992
commit e68993b678

View File

@ -440,7 +440,6 @@ struct JSContext {
#endif #endif
/* when the counter reaches zero, JSRutime.interrupt_handler is called */ /* when the counter reaches zero, JSRutime.interrupt_handler is called */
int interrupt_counter; int interrupt_counter;
BOOL is_error_property_enabled;
struct list_head loaded_modules; /* list of JSModuleDef.link */ struct list_head loaded_modules; /* list of JSModuleDef.link */