Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: remove unused GetHostByNameWrap #17860

Closed
wants to merge 2 commits into from

Commits on Dec 25, 2017

  1. src: remove unused GetHostByNameWrap

    It was a wrapper for `ares_gethostbyname()` that I'm unsure about if
    it was ever exposed at the binding layer, let alone the public API.
    bnoordhuis committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    a203265 View commit details
    Browse the repository at this point in the history
  2. src: inline HostentToAddresses()

    With the removal of `GetHostByNameWrap` in the previous commit, there
    is only one remaining call site.  Inlining it there lets us simplify
    the logic.
    bnoordhuis committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    543e1fa View commit details
    Browse the repository at this point in the history