Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
formatter: removes unused getHostNameOrDefault (envoyproxy#34984)
Previously getHostNameOrDefault was used to resolve HOSTNAME substitution, but now it's implemented via const absl::optional<std::string> getHostname(), and getHostNameOrDefault hasn't been used since then. As a result, this would increase the test coverage of substitution_format_utility.cc. Risk Level: lo Testing: done Docs Changes: n/a Release Notes: n/a Platform Specific Features: n/a Signed-off-by: Takeshi Yoneda <[email protected]>
- Loading branch information