Skip to content
Snippets Groups Projects
Commit ad94fdfe authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix compile error

parent b23239b6
No related branches found
No related tags found
No related merge requests found
...@@ -265,6 +265,7 @@ class AsyncClient : public ClientImpl<StubType, RequestType> { ...@@ -265,6 +265,7 @@ class AsyncClient : public ClientImpl<StubType, RequestType> {
// done // done
return true; return true;
} }
GPR_UNREACHABLE_CODE(return true);
} }
std::vector<std::unique_ptr<CompletionQueue>> cli_cqs_; std::vector<std::unique_ptr<CompletionQueue>> cli_cqs_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment