mirror of
https://github.com/nlohmann/json.git
synced 2025-07-10 22:00:59 +03:00
Removed unused member m_state.
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user