backport #18606 - Add a dummy function to grpc cfstream library

pull/18632/head
Yash Tibrewal 6 years ago
parent a6690f7543
commit 4ac28e61f9
  1. 7
      src/core/lib/iomgr/cfstream_handle.cc

@ -192,4 +192,11 @@ void CFStreamHandle::Unref(const char* file, int line, const char* reason) {
}
}
#else
/* Creating a dummy function so that the grpc_cfstream library will be
* non-empty.
*/
void CFStreamDummy() {}
#endif

Loading…
Cancel
Save