src/cx/json.h

changeset 1139
7dfa5bcf39ee
parent 1123
2b83302d595a
--- a/src/cx/json.h	Wed Jan 22 20:36:10 2025 +0100
+++ b/src/cx/json.h	Wed Jan 22 21:02:46 2025 +0100
@@ -374,11 +374,6 @@
      * Internally reserved memory for the value buffer stack.
      */
     CxJsonValue* vbuf_internal[8];
-
-    /**
-     * Used internally.
-     */
-    bool tokenizer_escape; // TODO: check if it can be replaced with look-behind
 };
 
 /**

mercurial