diff options
Diffstat (limited to 'runtime/utils.h')
-rw-r--r-- | runtime/utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/utils.h b/runtime/utils.h index 24fd2053f5..2011d9eba4 100644 --- a/runtime/utils.h +++ b/runtime/utils.h @@ -70,8 +70,6 @@ static inline uint32_t PointerToLowMemUInt32(const void* p) { return intp & 0xFFFFFFFFU; } -uint8_t* DecodeBase64(const char* src, size_t* dst_size); - std::string PrintableChar(uint16_t ch); // Returns an ASCII string corresponding to the given UTF-8 string. |