JuliaIO / MAT.jl

Julia module for reading MATLAB files
MIT License
278 stars 76 forks source link

Remove invalid import of `exists` from HDF5 #184

Closed schillic closed 1 year ago

schillic commented 1 year ago

The import of HDF5.exists fails and results in a warning.

WARNING: could not import HDF5.exists into MAT

Hence the import will never work with the latest version of MAT and can be safely removed without breaking anything.

musm commented 1 year ago

Thank you!