Skip to content

Commit 4e7e072

Browse files
committed
clean up unused code
1 parent 8af27f6 commit 4e7e072

File tree

5 files changed

+1
-8
lines changed

5 files changed

+1
-8
lines changed

google/cloud/storage/client_options_test.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ namespace cloud {
3636
namespace storage {
3737
GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
3838

39-
using ::google::cloud::testing_util::IsOk;
4039
using ::google::cloud::testing_util::ScopedEnvironment;
41-
using ::testing::IsEmpty;
42-
using ::testing::Not;
4340
using ::testing::UnorderedElementsAre;
4441

4542
namespace {

google/cloud/storage/client_test.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ namespace {
3737

3838
using ::google::cloud::storage::internal::ClientImplDetails;
3939
using ::google::cloud::storage::testing::canonical_errors::TransientError;
40-
using ::google::cloud::testing_util::IsOkAndHolds;
41-
using ::google::cloud::testing_util::MockBackoffPolicy;
4240
using ::google::cloud::testing_util::ScopedEnvironment;
4341
using ::testing::ElementsAre;
4442
using ::testing::NotNull;

google/cloud/storage/internal/async/rewriter_connection_impl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include "google/cloud/storage/options.h"
2121
#include "google/cloud/completion_queue.h"
2222
#include "google/cloud/future.h"
23-
#include "google/cloud/options.h"
2423
#include "google/cloud/status_or.h"
2524
#include "google/cloud/version.h"
2625
#include "google/storage/v2/storage.pb.h"

google/cloud/storage/internal/grpc/stub.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_INTERNAL_GRPC_STUB_H
1616
#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_INTERNAL_GRPC_STUB_H
1717

18-
#include "google/cloud/storage/client_options.h"
1918
#include "google/cloud/storage/internal/generic_stub.h"
19+
#include "google/cloud/storage/client_options.h"
2020
#include "google/cloud/storage/version.h"
2121
#include "google/cloud/background_threads.h"
2222
#include "google/cloud/internal/minimal_iam_credentials_stub.h"

google/cloud/storage/testing/client_unit_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ namespace storage {
2121
namespace testing {
2222

2323
using ::testing::Return;
24-
using ::testing::ReturnRef;
2524

2625
ClientUnitTest::ClientUnitTest()
2726
: mock_(std::make_shared<testing::MockClient>()) {

0 commit comments

Comments
 (0)