diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2023-12-22 11:06:19 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-12-22 15:05:54 +0100 |
commit | b8f77df68d2560e94acc2edfffa1896835a511a6 (patch) | |
tree | cd35563ed83ba59a97a56b1c84c0f72920253733 /lib/quickjs/quickjs.c | |
parent | a18007799080b4c96f49569695c85bbd08c73e22 (diff) | |
download | chawan-b8f77df68d2560e94acc2edfffa1896835a511a6.tar.gz |
removed unused JSContext field
Diffstat (limited to 'lib/quickjs/quickjs.c')
-rw-r--r-- | lib/quickjs/quickjs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/quickjs/quickjs.c b/lib/quickjs/quickjs.c index 273996f5..79e63dab 100644 --- a/lib/quickjs/quickjs.c +++ b/lib/quickjs/quickjs.c @@ -444,7 +444,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 */ |