aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-04 13:03:32 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-04 13:03:32 -0800
commit5de37830adb84cf6445cc27744f256ffb5fb64d8 (patch)
tree067cc05219621697b62a1136e01f6a4ffa3f9774 /include
parent885104b2b54952ef93d209a6fa9f7614ad4bd3a2 (diff)
parentc15622b95c8162cf981aa63caf8d764ab1718b09 (diff)
Merge pull request #392 from dklempner/timeval
Remove timeval functions
Diffstat (limited to 'include')
-rw-r--r--include/grpc/support/time.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/grpc/support/time.h b/include/grpc/support/time.h
index 6327a2cffb..f8870153b1 100644
--- a/include/grpc/support/time.h
+++ b/include/grpc/support/time.h
@@ -103,10 +103,6 @@ int gpr_time_similar(gpr_timespec a, gpr_timespec b, gpr_timespec threshold);
/* Sleep until at least 'until' - an absolute timeout */
void gpr_sleep_until(gpr_timespec until);
-struct timeval gpr_timeval_from_timespec(gpr_timespec t);
-
-gpr_timespec gpr_timespec_from_timeval(struct timeval t);
-
double gpr_timespec_to_micros(gpr_timespec t);
#ifdef __cplusplus