mirror of
https://github.com/bellard/quickjs.git
synced 2026-04-04 22:28:00 +00:00
removed unused JSContext field
This commit is contained in:
parent
07ff474992
commit
e68993b678
@ -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 */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user