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