diff --git a/src/H5Fed.c b/src/H5Fed.c index f0c4918..b8083b4 100644 --- a/src/H5Fed.c +++ b/src/H5Fed.c @@ -35,7 +35,6 @@ \defgroup h5fed_c_api H5Fed C API */ -#include #include #include "h5/h5.h" #include "h5/h5_private.h" @@ -99,21 +98,6 @@ h5_int_t H5GetNumNodes ( return (h5_int_t)fh->nprocs; } -/*! - \ingroup h5fed_c_api - - Get the number of hierarchical mesh levels available in current step. - - \return Number of hierarchical mesh levels - \return \c -1 on error - */ -h5_int_t H5FedGetNumMeshLevels ( - h5_file * fh /*!< file handle */ - ) { - SET_FNAME ( __func__ ); - return -1; -} - /*! \ingroup h5fed_c_api