Skip to content

Commit 1674285

Browse files
committed
remove unused using statements
1 parent 188d927 commit 1674285

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed
-164 KB
Binary file not shown.

cmake/GoogleCloudCppFeatures.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ export_libraries_bzl()
302302
# other feature, or even if no features are enabled.
303303
# ~~~
304304
macro (google_cloud_cpp_enable_deps)
305-
list(APPEND GOOGLE_CLOUD_CPP_ENABLE monitoring trace opentelemetry)
305+
list(APPEND GOOGLE_CLOUD_CPP_ENABLE monitoring trace opentelemetry universe_domain)
306306
if (__ga_libraries__ IN_LIST GOOGLE_CLOUD_CPP_ENABLE)
307307
list(APPEND GOOGLE_CLOUD_CPP_ENABLE ${GOOGLE_CLOUD_CPP_GA_LIBRARIES})
308308
list(APPEND GOOGLE_CLOUD_CPP_ENABLE

generator/integration_tests/tests/request_id_tracing_stub_test.cc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,16 @@ namespace {
3737
using ::google::cloud::golden_v1_testing::MockRequestIdServiceStub;
3838
using ::google::cloud::testing_util::InstallSpanCatcher;
3939
using ::google::cloud::testing_util::OTelAttribute;
40-
using ::google::cloud::testing_util::OTelContextCaptured;
4140
using ::google::cloud::testing_util::SpanHasAttributes;
42-
using ::google::cloud::testing_util::SpanHasInstrumentationScope;
43-
using ::google::cloud::testing_util::SpanKindIsClient;
4441
using ::google::cloud::testing_util::SpanNamed;
45-
using ::google::cloud::testing_util::SpanWithStatus;
4642
using ::google::cloud::testing_util::ThereIsAnActiveSpan;
4743
using ::google::cloud::testing_util::ValidatePropagator;
4844
using ::google::test::requestid::v1::CreateFooRequest;
4945
using ::google::test::requestid::v1::Foo;
50-
using ::google::test::requestid::v1::ListFoosRequest;
51-
using ::google::test::requestid::v1::ListFoosResponse;
5246
using ::google::test::requestid::v1::RenameFooRequest;
53-
using ::testing::_;
54-
using ::testing::ByMove;
5547
using ::testing::ElementsAre;
56-
using ::testing::Eq;
5748
using ::testing::IsEmpty;
5849
using ::testing::Not;
59-
using ::testing::ResultOf;
60-
using ::testing::Return;
6150

6251
Status TransientError() {
6352
return Status(StatusCode::kUnavailable, "try-again");

0 commit comments

Comments
 (0)