]> git.kaiwu.me - quickjs.git/commitdiff
removed unused JSContext field
authorFabrice Bellard <fabrice@bellard.org>
Fri, 22 Dec 2023 10:06:19 +0000 (11:06 +0100)
committerFabrice Bellard <fabrice@bellard.org>
Fri, 22 Dec 2023 10:06:19 +0000 (11:06 +0100)
quickjs.c

index dfcacdac984d448a7f04927460a8fc1a890ad686..8a442ff677e8f1a9bd27d5797012d71a9aa2137b 100644 (file)
--- a/quickjs.c
+++ b/quickjs.c
@@ -440,7 +440,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 */