summaryrefslogtreecommitdiffstats
path: root/testpar/API/t_dset.c
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-05-05 20:34:04 (GMT)
committerGitHub <noreply@github.com>2023-05-05 20:34:04 (GMT)
commit85077e83e0f93dde1e19faf1fdcdecf087af9278 (patch)
tree29ec4e677d121645db6509917d4ae7b48e708532 /testpar/API/t_dset.c
parent197e7792a128e78d79a4b0454ffb6b6c69a4926a (diff)
downloadhdf5-85077e83e0f93dde1e19faf1fdcdecf087af9278.zip
hdf5-85077e83e0f93dde1e19faf1fdcdecf087af9278.tar.gz
hdf5-85077e83e0f93dde1e19faf1fdcdecf087af9278.tar.bz2
Fix some compile failures in API tests (#2913)
Diffstat (limited to 'testpar/API/t_dset.c')
-rw-r--r--testpar/API/t_dset.c13
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.