Cleanup apply_endpoints_dedup flag.

PiperOrigin-RevId: 705512858
This commit is contained in:
Francis Tsui
2024-12-12 08:28:01 -08:00
committed by Copybara-Service
parent eae28d3a45
commit 1e1eab7e9f
3 changed files with 21 additions and 147 deletions
@@ -73,9 +73,6 @@ constexpr auto kShowAutoUpdateSetting =
// When true, use gRpc client to access backend.
constexpr auto kUseGrpcClient =
flags::Flag<bool>(kConfigPackage, "45630055", false);
// When true, dedup discovered endpoints.
constexpr auto kApplyEndpointsDedup =
flags::Flag<bool>(kConfigPackage, "45656298", false);
// When true, call the 3P Nearby Identity API instead of the 1P private API
constexpr auto kCallNearbyIdentityApi =
flags::Flag<bool>(kConfigPackage, "45667328", false);
@@ -128,7 +125,6 @@ inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
{45411353, kSenderSkipsConfirmation},
{45409033, kShowAutoUpdateSetting},
{45630055, kUseGrpcClient},
{45656298, kApplyEndpointsDedup},
{45667328, kCallNearbyIdentityApi},
{45664277, kDedupInUnregisterShareTarget},
{45657036, kDeleteUnexpectedReceivedFileFix},