Fix compile error

pull/7407/head
Craig Tiller 9 years ago
parent b23239b6d8
commit ad94fdfe51
  1. 1
      test/cpp/qps/client_async.cc

@ -265,6 +265,7 @@ class AsyncClient : public ClientImpl<StubType, RequestType> {
// done
return true;
}
GPR_UNREACHABLE_CODE(return true);
}
std::vector<std::unique_ptr<CompletionQueue>> cli_cqs_;

Loading…
Cancel
Save