Skip to content

Commit 7474b28

Browse files
committed
Remove unused member from JSContext
1 parent 35e6bfc commit 7474b28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quickjs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ struct JSContext {
392392
bf_context_t *bf_ctx; /* points to rt->bf_ctx, shared by all contexts */
393393
/* when the counter reaches zero, JSRutime.interrupt_handler is called */
394394
int interrupt_counter;
395-
BOOL is_error_property_enabled;
396395

397396
struct list_head loaded_modules; /* list of JSModuleDef.link */
398397

0 commit comments

Comments
 (0)