From e37eb0aa542ef8aee8532c5bfdde7f09ed343a28 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 21 Mar 2019 16:42:52 -0700 Subject: More cleanup of old stuff no longer used. --- ext/librethinkdbxx/src/utils.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 ext/librethinkdbxx/src/utils.h (limited to 'ext/librethinkdbxx/src/utils.h') diff --git a/ext/librethinkdbxx/src/utils.h b/ext/librethinkdbxx/src/utils.h deleted file mode 100644 index 04496e2c..00000000 --- a/ext/librethinkdbxx/src/utils.h +++ /dev/null @@ -1,19 +0,0 @@ -#pragma once - -#include -#include - -namespace RethinkDB { - -// The size of the longest UTF-8 encoded unicode codepoint -const size_t max_utf8_encoded_size = 6; - -// Decode a base64 string. Returns false on failure. -bool base64_decode(const std::string& in, std::string& out); -std::string base64_encode(const std::string&); - -// Encodes a single unicode codepoint into UTF-8. Returns the number of bytes written. -// Does not add a trailing null byte -size_t utf8_encode(unsigned int, char*); - -} -- cgit v1.2.3