Removed unused member m_state.

This commit is contained in:
Aaron Burghardt 2015-02-28 07:13:17 -05:00
parent 0d79e7c2a2
commit b66c306d47

View file

@ -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;
}; };
/*! /*!