diff options
Diffstat (limited to 'testpar/API/t_dset.c')
-rw-r--r-- | testpar/API/t_dset.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/testpar/API/t_dset.c b/testpar/API/t_dset.c index d005243..56a3f68 100644 --- a/testpar/API/t_dset.c +++ b/testpar/API/t_dset.c @@ -2568,19 +2568,6 @@ extend_readAll(void) } #ifdef H5_HAVE_FILTER_DEFLATE -static const char * -h5_rmprefix(const char *filename) -{ - const char *ret_ptr; - - if ((ret_ptr = HDstrstr(filename, ":")) == NULL) - ret_ptr = filename; - else - ret_ptr++; - - return (ret_ptr); -} - /* * Example of using the parallel HDF5 library to read a compressed * dataset in an HDF5 file with collective parallel access support. |