Skip to content
Snippets Groups Projects
Commit 761f7bc3 authored by Vijay Pai's avatar Vijay Pai
Browse files

Fix todo, do not explicitly mark assignment

parent 81dbf84d
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,9 @@ ...@@ -36,7 +36,9 @@
#ifndef GPR_HAVE_UNIX_SOCKET #ifndef GPR_HAVE_UNIX_SOCKET
void grpc_create_socketpair_if_unix(int sv[2]) { void grpc_create_socketpair_if_unix(int sv[2]) {
// TODO(ahedberg): Please fill in an implementation for non-Unix-sockets case // TODO: Either implement this for the non-Unix socket case or make
// sure that it is never called in any such case. Until then, leave an
// assertion to notify if this gets called inadvertently
GPR_ASSERT(0); GPR_ASSERT(0);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment