mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
Remove unused uri_host function
This commit is contained in:
parent
94f6803cd1
commit
59d5211926
1 changed files with 0 additions and 3 deletions
|
@ -149,7 +149,4 @@ defmodule PhilomenaWeb.DuplicateReportView do
|
|||
|
||||
defp proper_subset?(set1, set2),
|
||||
do: MapSet.subset?(set1, set2) and not MapSet.equal?(set1, set2)
|
||||
|
||||
defp uri_host(nil), do: nil
|
||||
defp uri_host(str), do: URI.parse(str).host
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue