Skip to content

Commit a20431f

Browse files
committed
Remove readbytes, no longer exists on 0.6
1 parent 85e3347 commit a20431f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/query.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,6 @@ Base.readbytes!(s::Stream, b, nb) = readbytes!(stream(s), b, nb)
307307
Base.read(s::Stream) = read(stream(s))
308308
Base.read(s::Stream, nb) = read(stream(s), nb)
309309
Base.flush(s::Stream) = flush(stream(s))
310-
# 0.4 compat
311-
Base.readbytes(s::Stream) = read(stream(s))
312-
Base.readbytes(s::Stream, nb) = read(stream(s), nb)
313310

314311
Base.isreadonly(s::Stream) = isreadonly(stream(s))
315312
Base.isopen(s::Stream) = isopen(stream(s))

0 commit comments

Comments
 (0)