1
2
3
4
5
6
 int
 saf_ungrab_hdf5(hid_t __UNUSED__ h5f_id /*HDF5 file handle previously obtained from a call to saf_grab_hdf5()*/)
 {
     SAF_ENTER_GRABBED(saf_ungrab_hdf5, SAF_FAILURE);
     SAF_LEAVE(0);
 }