summaryrefslogtreecommitdiffstats
path: root/testpar/API/t_chunk_alloc.c
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2023-08-24 13:10:27 (GMT)
committerGitHub <noreply@github.com>2023-08-24 13:10:27 (GMT)
commitf346c74dc04eafdb6e3e06d0b99d128f9681457e (patch)
tree1fc9e24dfa10a0acc5ff82b2a5da234dbe697a41 /testpar/API/t_chunk_alloc.c
parentb155ec5b102781fc1eac72d24db0bc90ffa80aea (diff)
downloadhdf5-f346c74dc04eafdb6e3e06d0b99d128f9681457e.zip
hdf5-f346c74dc04eafdb6e3e06d0b99d128f9681457e.tar.gz
hdf5-f346c74dc04eafdb6e3e06d0b99d128f9681457e.tar.bz2
chore: remove gubbins comment (#3420)
Diffstat (limited to 'testpar/API/t_chunk_alloc.c')
-rw-r--r--testpar/API/t_chunk_alloc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testpar/API/t_chunk_alloc.c b/testpar/API/t_chunk_alloc.c
index 37ea2fa..673563b 100644
--- a/testpar/API/t_chunk_alloc.c
+++ b/testpar/API/t_chunk_alloc.c
@@ -171,7 +171,6 @@ static void
parallel_access_dataset(const char *filename, int chunk_factor, access_type action, hid_t *file_id,
hid_t *dataset)
{
- /* HDF5 gubbins */
hid_t memspace, dataspace; /* HDF5 file identifier */
hid_t access_plist; /* HDF5 ID for file access property list */
herr_t hrc; /* HDF5 return code */
@@ -320,7 +319,6 @@ static void
verify_data(const char *filename, int chunk_factor, write_type write_pattern, int vclose, hid_t *file_id,
hid_t *dataset)
{
- /* HDF5 gubbins */
hid_t dataspace, memspace; /* HDF5 file identifier */
hid_t access_plist; /* HDF5 ID for file access property list */
herr_t hrc; /* HDF5 return code */