From b47a3bdaacb320037ec7ed5847715ae0d3f712b7 Mon Sep 17 00:00:00 2001 From: botengyao Date: Tue, 8 Aug 2023 11:50:14 -0400 Subject: [PATCH] xds: integration test clean up (#28878) Signed-off-by: Boteng Yao --- test/integration/base_integration_test.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/integration/base_integration_test.h b/test/integration/base_integration_test.h index d0e6c6572c99..01d0b6d688b9 100644 --- a/test/integration/base_integration_test.h +++ b/test/integration/base_integration_test.h @@ -280,8 +280,6 @@ class BaseIntegrationTest : protected Logger::Loggable { std::vector resources; for (const auto& message : added_or_updated) { envoy::service::discovery::v3::Resource resource; - ProtobufWkt::Any temp_any; - temp_any.PackFrom(message); resource.mutable_resource()->PackFrom(message); resource.set_name(intResourceName(message)); resource.set_version(version);