diff options
Diffstat (limited to 'src/H5Fquery.c')
-rw-r--r-- | src/H5Fquery.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/H5Fquery.c b/src/H5Fquery.c index e7dd48b..89d97f4 100644 --- a/src/H5Fquery.c +++ b/src/H5Fquery.c @@ -1072,25 +1072,3 @@ H5F_use_tmp_space(const H5F_t *f) FUNC_LEAVE_NOAPI(f->shared->use_tmp_space) } /* end H5F_use_tmp_space() */ - - -/*------------------------------------------------------------------------- - * Function: H5F_get_vol_cls - * - * Return: vol_cls on success/abort on failure (shouldn't fail) - * - * Programmer: Mohamad Chaarawi - * April 2012 - * - *------------------------------------------------------------------------- - */ -H5VL_class_t * -H5F_get_vol_cls(const H5F_t *f) -{ - - FUNC_ENTER_NOAPI_NOINIT_NOERR - - HDassert(f); - - FUNC_LEAVE_NOAPI(f->vol_cls) -} /* end H5F_get_parent() */ |