From 2861ccaa03859eb5a8a0029aecdc40a8e5549205 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Thu, 25 Jul 2024 03:15:37 +0000 Subject: [PATCH] cleanup(GCS+gRPC): remove unused private function --- google/cloud/storage/async/client.h | 6 ------ 1 file changed, 6 deletions(-) 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_; };