Remove unused member from JSContext
This commit is contained in:
parent
35e6bfceb1
commit
7474b28036
1 changed files with 0 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue