From 4961a25cd27271eae0c66706db52b546e0c86fec Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 7 Aug 2024 12:10:08 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 660486149 --- xla/python/ifrt_proxy/client/client.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/xla/python/ifrt_proxy/client/client.cc b/xla/python/ifrt_proxy/client/client.cc index 15c293548b575..09b4ccb847d7e 100644 --- a/xla/python/ifrt_proxy/client/client.cc +++ b/xla/python/ifrt_proxy/client/client.cc @@ -82,7 +82,6 @@ absl::StatusOr> Client::Create( for (const auto& d : init_response.devices()) { absl::flat_hash_map pjrt_device_attributes; - AttributeMap::Map attributes; if (rpc_helper->version().protocol_version() <= 3) { for (const auto& [key, attr] : d.deprecated_attributes()) { TF_ASSIGN_OR_RETURN(xla::PjRtDeviceAttribute value,