From acf0f09a3f4477abefd77be746fbf79a68fa38ca Mon Sep 17 00:00:00 2001 From: Guogang Li Date: Tue, 14 Mar 2023 19:13:57 -0700 Subject: [PATCH] Hooked up experiment for Nearby Connections PiperOrigin-RevId: 516694135 --- .../implementation/flags/nearby_connections_feature_flags.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/connections/implementation/flags/nearby_connections_feature_flags.h b/connections/implementation/flags/nearby_connections_feature_flags.h index 4ea46e4e..2ef5fc8e 100644 --- a/connections/implementation/flags/nearby_connections_feature_flags.h +++ b/connections/implementation/flags/nearby_connections_feature_flags.h @@ -22,10 +22,7 @@ namespace nearby { namespace connections { namespace config_package_nearby { -#ifndef PHENOTYPE_CONFIG_PACKAGE_NEARBY -#define PHENOTYPE_CONFIG_PACKAGE_NEARBY constexpr absl::string_view kConfigPackage = "nearby"; -#endif // PHENOTYPE_CONFIG_PACKAGE_NEARBY // The Nearby Connections features. namespace nearby_connections_feature {