diff --git a/google/cloud/storage/async/client.h b/google/cloud/storage/async/client.h index adca85f2c366a..b12310aaac14a 100644 --- a/google/cloud/storage/async/client.h +++ b/google/cloud/storage/async/client.h @@ -785,12 +785,6 @@ class AsyncClient { std::shared_ptr background, std::shared_ptr connection); - template - google::cloud::Options SpanOptions(RequestOptions&&... o) const { - return google::cloud::internal::GroupOptions( - connection_->options(), std::forward(o)...); - } - std::shared_ptr background_; std::shared_ptr connection_; };