Skip to content

Commit

Permalink
Remove code for Erlang version which is no longer supported (elixir-l…
Browse files Browse the repository at this point in the history
  • Loading branch information
eksperimental authored and josevalim committed Nov 5, 2016
1 parent 6ae279e commit dbe7f95
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/elixir/lib/path.ex
Original file line number Diff line number Diff line change
Expand Up @@ -522,11 +522,6 @@ defmodule Path do
call({:read_link_info, file})
end

# For compatibility with buggy Erlang 17.1.
def read_file_info(file) do
call({:read_link_info, file})
end

def list_dir(dir) do
case call({:list_dir, dir}) do
{:ok, files} ->
Expand Down

0 comments on commit dbe7f95

Please sign in to comment.