mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-26 04:09:39 +03:00
write_blob/read_blob/close_blob and the corresponding H5Z_PARAMS_BLOB enum value and has_blob_callbacks info field were speculative reservations for a not-yet-designed feature. Pre-reserving generic void* slots doesn't avoid the ABI/version bump the feature will need once its callback signatures are actually decided, so there's no benefit to carrying them now. Drop them from the public struct, the internal filter table entry, all built-in filter registrations, the Java bindings (JNI and Panama/FFM), and the test plugin/test suite.