From 346769d54f8f86b619c687f3d9465f9d908fbc3c Mon Sep 17 00:00:00 2001 From: Francis Tsui Date: Thu, 9 Oct 2025 15:07:32 -0700 Subject: [PATCH] Deprecate enable_ip_addresses_native flag. PiperOrigin-RevId: 817353927 --- internal/platform/flags/nearby_platform_feature_flags.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/platform/flags/nearby_platform_feature_flags.h b/internal/platform/flags/nearby_platform_feature_flags.h index e226d27d..00e9d9f1 100644 --- a/internal/platform/flags/nearby_platform_feature_flags.h +++ b/internal/platform/flags/nearby_platform_feature_flags.h @@ -73,9 +73,6 @@ constexpr auto kSocketSendBufferSize = constexpr auto kRunScheduledExecutorCallbackOnExecutorThread = flags::Flag(kConfigPackage, "45686494", false); -constexpr auto kEnableIpAddressesNative = - flags::Flag(kConfigPackage, "45722101", false); - } // namespace nearby_platform_feature } // namespace config_package_nearby } // namespace platform