Commit b66c306d authored by Aaron Burghardt's avatar Aaron Burghardt

Removed unused member m_state.

parent 0d79e7c2
......@@ -3450,8 +3450,6 @@ class basic_json
const lexer_char_t* m_cursor = nullptr;
/// pointer to the end of the buffer
const lexer_char_t* m_limit = nullptr;
/// YYSTATE
int m_state;
};
/*!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment