diff options
Diffstat (limited to 'cpp/src/Ice/Base64.h')
-rw-r--r-- | cpp/src/Ice/Base64.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/Ice/Base64.h b/cpp/src/Ice/Base64.h index 57417fe542a..fc3da40839c 100644 --- a/cpp/src/Ice/Base64.h +++ b/cpp/src/Ice/Base64.h @@ -23,12 +23,6 @@ public: static std::string encode(const std::vector<unsigned char>&); static std::vector<unsigned char> decode(const std::string&); - static bool isBase64(char); - -private: - - static char encode(unsigned char); - static unsigned char decode(char); }; } |