aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/tcp_posix.h
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-07-16 16:21:43 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-07-16 17:48:33 -0700
commit0d757a659fd24ecfed801614565d2408e2e302fc (patch)
treef6a8da5d47a0d8168d3ee2fc2bffd49dcefccfbb /src/core/lib/iomgr/tcp_posix.h
parentf0397933b007e2614ba38fc98f0ee6391a2eea9d (diff)
Adding docs and cleaning up
Diffstat (limited to 'src/core/lib/iomgr/tcp_posix.h')
-rw-r--r--src/core/lib/iomgr/tcp_posix.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/lib/iomgr/tcp_posix.h b/src/core/lib/iomgr/tcp_posix.h
index 322af62727..eff825cb92 100644
--- a/src/core/lib/iomgr/tcp_posix.h
+++ b/src/core/lib/iomgr/tcp_posix.h
@@ -57,9 +57,4 @@ int grpc_tcp_fd(grpc_endpoint* ep);
void grpc_tcp_destroy_and_release_fd(grpc_endpoint* ep, int* fd,
grpc_closure* done);
-/** Sets the callback function to call when timestamps for a write are
- * collected. */
-void grpc_tcp_set_write_timestamps_callback(void (*fn)(void*,
- grpc_core::Timestamps*));
-
#endif /* GRPC_CORE_LIB_IOMGR_TCP_POSIX_H */