Skip to content

Commit

Permalink
remove duplicate readstring definition
Browse files Browse the repository at this point in the history
  • Loading branch information
samoconnor committed Jan 21, 2016
1 parent 6b3953c commit e061bde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Compat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,6 @@ if VERSION < v"0.5.0-dev+2228"

read(filename::AbstractString, args...) = open(io->read(io, args...), filename)
read!(filename::AbstractString, a) = open(io->read!(io, a), filename)
readstring(filename::AbstractString) = open(readstring, filename)
readuntil(filename::AbstractString, args...) = open(io->readuntil(io, args...), filename)
readline(filename::AbstractString) = open(readline, filename)
readlines(filename::AbstractString) = open(readlines, filename)
Expand Down

0 comments on commit e061bde

Please sign in to comment.