Skip to content

Commit

Permalink
remove invalid import of 'exists' from HDF5 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic authored Mar 18, 2023
1 parent f730224 commit 376328d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MAT.jl
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ end
### v0.10.0 deprecations
###

import HDF5: exists
export exists
@noinline function exists(matfile::Union{MAT_v5.Matlabv5File,MAT_HDF5.MatlabHDF5File}, varname::String)
Base.depwarn("`exists(matfile, varname)` is deprecated, use `haskey(matfile, varname)` instead.", :exists)
Expand Down

0 comments on commit 376328d

Please sign in to comment.