From 2267c37ca0cbb4fd7ff188fdae0512773fb28866 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 11 Sep 2022 10:37:00 -0400 Subject: Remove unused base64 functions. --- base64.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'base64.hpp') diff --git a/base64.hpp b/base64.hpp index aa48fa7..70d4e40 100644 --- a/base64.hpp +++ b/base64.hpp @@ -3,9 +3,6 @@ #include #include -std::string base64_encode(const void *data, size_t len); -void* base64_decode(const std::string &s, size_t *rel); - class Base64Encoder { private: -- cgit v1.2.3