mirror of
https://github.com/nlohmann/json.git
synced 2026-04-27 18:29:25 +00: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;
|
const lexer_char_t* m_cursor = nullptr;
|
||||||
/// pointer to the end of the buffer
|
/// pointer to the end of the buffer
|
||||||
const lexer_char_t* m_limit = nullptr;
|
const lexer_char_t* m_limit = nullptr;
|
||||||
/// YYSTATE
|
|
||||||
int m_state;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|||||||
Reference in New Issue
Block a user