aboutsummaryrefslogtreecommitdiff
path: root/base64.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2022-09-11 10:37:00 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-09-11 10:37:00 -0400
commit2267c37ca0cbb4fd7ff188fdae0512773fb28866 (patch)
tree0fe44255469f1df2a70392ddd4b16709b6b50813 /base64.hpp
parent426133915bc1cce66a9421409ffe47e50d1bd0c6 (diff)
downloaddeduper-2267c37ca0cbb4fd7ff188fdae0512773fb28866.tar.xz
Remove unused base64 functions.
Diffstat (limited to 'base64.hpp')
-rw-r--r--base64.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/base64.hpp b/base64.hpp
index aa48fa7..70d4e40 100644
--- a/base64.hpp
+++ b/base64.hpp
@@ -3,9 +3,6 @@
#include <cstdint>
#include <string>
-std::string base64_encode(const void *data, size_t len);
-void* base64_decode(const std::string &s, size_t *rel);
-
class Base64Encoder
{
private: