aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/support
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-07-12 17:24:48 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-07-12 17:32:04 -0700
commit25082c5fc47d0b337657476a0fa7ce989b9712ef (patch)
treecee9962e66cf34696d9b9b004c75c83e0d9a7131 /include/grpc/support
parent018498a06be9188bda95b5753e2aa93db2b5a28f (diff)
Reviewer feedback
Diffstat (limited to 'include/grpc/support')
-rw-r--r--include/grpc/support/string_util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/grpc/support/string_util.h b/include/grpc/support/string_util.h
index 3b5b0008b2..2679160c1b 100644
--- a/include/grpc/support/string_util.h
+++ b/include/grpc/support/string_util.h
@@ -44,8 +44,6 @@ GPRAPI char* gpr_strdup(const char* src);
GPRAPI int gpr_asprintf(char** strp, const char* format, ...)
GPR_PRINT_FORMAT_CHECK(2, 3);
-GPRAPI char* gpr_format_timespec(gpr_timespec);
-
#ifdef __cplusplus
}
#endif