diff -r 29672c777a28 -r 7dfa5bcf39ee src/cx/json.h --- 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 }; /**