Skip to content

Commit

Permalink
cleanup(GCS+gRPC): remove unused private function
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Jul 25, 2024
1 parent 424ca3c commit 2861cca
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions google/cloud/storage/async/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -785,12 +785,6 @@ class AsyncClient {
std::shared_ptr<google::cloud::BackgroundThreads> background,
std::shared_ptr<AsyncConnection> connection);

template <typename... RequestOptions>
google::cloud::Options SpanOptions(RequestOptions&&... o) const {
return google::cloud::internal::GroupOptions(
connection_->options(), std::forward<RequestOptions>(o)...);
}

std::shared_ptr<google::cloud::BackgroundThreads> background_;
std::shared_ptr<AsyncConnection> connection_;
};
Expand Down

0 comments on commit 2861cca

Please sign in to comment.