aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-07-22 13:28:25 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-07-22 13:28:25 -0700
commit224fe989e49d21eaae15b7ceba6c3891d28afe8c (patch)
tree0e296f5928cbf476dc23d1714e79f29eca310f04 /src
parent2b7fe5a6c02b0ed73acfad13b1c283872fb65772 (diff)
Fixed incorrect merges
Diffstat (limited to 'src')
-rw-r--r--src/core/lib/iomgr/network_status_tracker.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/lib/iomgr/network_status_tracker.c b/src/core/lib/iomgr/network_status_tracker.c
index a2029c5849..b4bb7e3cf7 100644
--- a/src/core/lib/iomgr/network_status_tracker.c
+++ b/src/core/lib/iomgr/network_status_tracker.c
@@ -65,11 +65,6 @@ void grpc_destroy_network_status_monitor() {
gpr_mu_destroy(&g_endpoint_mutex);
}
-void grpc_network_status_init(void) {
- gpr_mu_init(&g_endpoint_mutex);
- // TODO(makarandd): Install callback with OS to monitor network status.
-}
-
void grpc_network_status_register_endpoint(grpc_endpoint *ep) {
gpr_mu_lock(&g_endpoint_mutex);
if (head == NULL) {