aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/gpr/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/gpr/string.h')
-rw-r--r--src/core/lib/gpr/string.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/lib/gpr/string.h b/src/core/lib/gpr/string.h
index 1bb50196e8..ce51fe4632 100644
--- a/src/core/lib/gpr/string.h
+++ b/src/core/lib/gpr/string.h
@@ -41,9 +41,6 @@ char* gpr_dump(const char* buf, size_t len, uint32_t flags);
int gpr_parse_bytes_to_uint32(const char* data, size_t length,
uint32_t* result);
-/* returns allocated string with the base64 encoding of in */
-char* gpr_string_base64_encode(const char* in);
-
/* Minimum buffer size for calling ltoa */
#define GPR_LTOA_MIN_BUFSIZE (3 * sizeof(long))