mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 18:27:37 +02:00
Removed unused function
This commit is contained in:
@ -24,8 +24,6 @@ class JsonParser {
|
||||
JsonObject &parseObject();
|
||||
|
||||
private:
|
||||
bool isEnd() { return *_ptr == '\0'; }
|
||||
|
||||
bool skip(char charToSkip);
|
||||
bool skip(const char *wordToSkip);
|
||||
void skipSpaces();
|
||||
|
Reference in New Issue
Block a user