Skip to content

Commit

Permalink
router-config: remove unused field
Browse files Browse the repository at this point in the history
Signed-off-by: Adi Suissa-Peleg <[email protected]>
  • Loading branch information
adisuissa committed Oct 1, 2024
1 parent b67e3b4 commit 07ee5df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/common/router/config_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ class RetryPolicyImpl : public RetryPolicy {
// that should be used when with this policy.
std::vector<std::pair<Upstream::RetryHostPredicateFactory&, ProtobufTypes::MessagePtr>>
retry_host_predicate_configs_;
Upstream::RetryPrioritySharedPtr retry_priority_;
// Name and config proto to use to create the RetryPriority to use with this policy. Default
// initialized when no RetryPriority should be used.
std::pair<Upstream::RetryPriorityFactory*, ProtobufTypes::MessagePtr> retry_priority_config_;
Expand Down

0 comments on commit 07ee5df

Please sign in to comment.