Removed jsmn_parser from JsonParserBase

This commit is contained in:
Benoit Blanchon
2014-01-11 22:37:09 +01:00
parent 1475066edd
commit b53e0baadd
2 changed files with 4 additions and 3 deletions

View File

@ -31,7 +31,6 @@ private:
jsmntok_t* parse(char* json);
jsmn_parser parser;
int maxTokenCount;
jsmntok_t* tokens;
};