From 27d928949d5458d7e96abce950930557f097c826 Mon Sep 17 00:00:00 2001 From: mohanli-ml Date: Wed, 16 Aug 2023 17:59:53 +0000 Subject: [PATCH] [pick_first] de-experiment pick first --- test/core/client_channel/lb_policy/pick_first_test.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/test/core/client_channel/lb_policy/pick_first_test.cc b/test/core/client_channel/lb_policy/pick_first_test.cc index 1fb54dbec19d7..460d79f47a165 100644 --- a/test/core/client_channel/lb_policy/pick_first_test.cc +++ b/test/core/client_channel/lb_policy/pick_first_test.cc @@ -42,7 +42,6 @@ #include "src/core/lib/json/json.h" #include "src/core/lib/load_balancing/lb_policy.h" #include "test/core/client_channel/lb_policy/lb_policy_test_lib.h" -#include "test/core/util/scoped_env_var.h" #include "test/core/util/test_config.h" namespace grpc_core {