Skip to content

Commit

Permalink
tests: remove unused protobuf repeated field variables (#37949)
Browse files Browse the repository at this point in the history
Signed-off-by: Adi Suissa-Peleg <[email protected]>
  • Loading branch information
adisuissa authored Jan 10, 2025
1 parent afdcf96 commit 402f50b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/common/config/config_provider_impl_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ TEST_F(ConfigProviderImplTest, SharedOwnership) {
// No config protos have been received via the subscription yet.
EXPECT_FALSE(provider1->configProtoInfoVector<test::common::config::DummyConfig>().has_value());

Protobuf::RepeatedPtrField<ProtobufWkt::Any> untyped_dummy_configs;
const auto dummy_config = parseDummyConfigFromYaml("a: a dummy config");

DummyConfigSubscription& subscription =
Expand Down
1 change: 0 additions & 1 deletion test/common/router/scoped_rds_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,6 @@ stat_prefix: foo
$1
)EOF";

Protobuf::RepeatedPtrField<ProtobufWkt::Any> resources;
const auto resource = parseScopedRouteConfigurationFromYaml(R"EOF(
name: dynamic-foo
route_configuration_name: dynamic-foo-route-config
Expand Down

0 comments on commit 402f50b

Please sign in to comment.