Skip to content

Commit

Permalink
remove redundant function
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobius1D committed Aug 13, 2021
1 parent 57e4274 commit 79fbeec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ Read tensorflow records from file(s).
To enable reading records from multiple files concurrently, remember to set the number of threads correctly (See [JULIA_NUM_THREADS](https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_NUM_THREADS)).
"""
read(s; kw...) = read(s; kw...)

function read(
files;
compression = nothing,
Expand Down

0 comments on commit 79fbeec

Please sign in to comment.