Merge pull request #18606 from yashykt/cfstreamfix

Add a dummy function to grpc cfstream library
pull/18601/head^2
Yash Tibrewal 6 years ago committed by GitHub
commit a891928a26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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