elixir-gettext / gettext

Internationalization and localization support for Elixir.
https://hexdocs.pm/gettext
469 stars 86 forks source link

Remove unused private macro ends_in/2 #378

Closed kipcole9 closed 1 year ago

kipcole9 commented 1 year ago

An unused private macro emits a warning on Elixir 1.16. Since ends_in/2 is unused, this PR deletes it. All tests pass.

whatyouhide commented 1 year ago

Thanks @kipcole9 🙏