From f3a84857d938e8baea472820340cf3c33d5fa3f1 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Sat, 22 Nov 2014 18:54:40 +0100 Subject: [PATCH] Removed unused function --- include/ArduinoJson/Internals/JsonParser.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/ArduinoJson/Internals/JsonParser.hpp b/include/ArduinoJson/Internals/JsonParser.hpp index 21403725..2fa98608 100644 --- a/include/ArduinoJson/Internals/JsonParser.hpp +++ b/include/ArduinoJson/Internals/JsonParser.hpp @@ -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();