Skip to content

Commit d6e828b

Browse files
authored
Merge pull request grpc#24279 from donnadionne/fix
Remove unused variable.
2 parents 777792b + ea4cb41 commit d6e828b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/cpp/end2end/xds_end2end_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2287,7 +2287,6 @@ TEST_P(XdsResolverOnlyTest, CircuitBreaking) {
22872287
Status status_;
22882288
};
22892289

2290-
const char* kNewClusterName = "new_cluster";
22912290
constexpr size_t kMaxConcurrentRequests = 10;
22922291
SetNextResolution({});
22932292
SetNextResolutionForLbChannelAllBalancers();

0 commit comments

Comments
 (0)