Removed unused member m_state.
This commit is contained in:
parent
0d79e7c2a2
commit
b66c306d47
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
Loading…
Reference in a new issue