Skip to content

Commit

Permalink
Remove HDF5.exists deprecation
Browse files Browse the repository at this point in the history
This was removed in v0.16 of HDF5 and since the present version of JLD specifies this as minimum compatible HDF5 version, it is safe to remove the warning.
  • Loading branch information
musm committed Jul 16, 2023
1 parent 2fab236 commit d4751f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/JLD.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,6 @@ include("JLD00.jl")
### v0.12.0 deprecations
###

import HDF5: exists
export exists
@noinline function exists(p::Union{JldFile, JldGroup, JldDataset}, path::String)
Base.depwarn("`exists(p, path)` is deprecated, use `haskey(p, path)` instead.", :exists)
Expand Down

0 comments on commit d4751f9

Please sign in to comment.