removed unused JSContext field
This commit is contained in:
parent
07ff474992
commit
e68993b678
1 changed files with 0 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue