about summary refs log tree commit diff stats
path: root/lib/quickjs/quickjs.c
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2023-12-22 11:06:19 +0100
committerbptato <nincsnevem662@gmail.com>2023-12-22 15:05:54 +0100
commitb8f77df68d2560e94acc2edfffa1896835a511a6 (patch)
treecd35563ed83ba59a97a56b1c84c0f72920253733 /lib/quickjs/quickjs.c
parenta18007799080b4c96f49569695c85bbd08c73e22 (diff)
downloadchawan-b8f77df68d2560e94acc2edfffa1896835a511a6.tar.gz
removed unused JSContext field
Diffstat (limited to 'lib/quickjs/quickjs.c')
-rw-r--r--lib/quickjs/quickjs.c1
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 */