summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-07-10 21:16:40 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-07-10 21:16:40 (GMT)
commit28827366439b77b3230521ef9dba2e73ca95b96b (patch)
treea789224837912f0b20df0f9a4145935f6c603976 /test/vfd_swmr.c
parent0c98fe96e5221dae69d6317e050150ea7b592ba2 (diff)
downloadhdf5-28827366439b77b3230521ef9dba2e73ca95b96b.zip
hdf5-28827366439b77b3230521ef9dba2e73ca95b96b.tar.gz
hdf5-28827366439b77b3230521ef9dba2e73ca95b96b.tar.bz2
Delete unused local variables. Delete an empty line. NFCI.
Diffstat (limited to 'test/vfd_swmr.c')
-rw-r--r--test/vfd_swmr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/vfd_swmr.c b/test/vfd_swmr.c
index f7d9ede..a205cce 100644
--- a/test/vfd_swmr.c
+++ b/test/vfd_swmr.c
@@ -2404,9 +2404,6 @@ test_file_end_tick_concur(void)
hid_t fid_reader3 = H5I_INVALID_HID; /* File ID for reader */
hid_t fapl_reader = H5I_INVALID_HID; /* File access property list for reader */
H5F_vfd_swmr_config_t *config_reader = NULL; /* VFD SWMR configuration */
- H5F_t *file_reader; /* File pointer */
- eot_queue_entry_t *curr; /* Pointer to an entry on the EOT queue */
- unsigned count = 0; /* Counter */
H5F_t *f1, *f2, *f3; /* File pointer */
uint64_t s1 = 0; /* Saved tick_num */
uint64_t s2 = 0; /* Saved tick_num */
@@ -2865,7 +2862,6 @@ test_same_file_opens(void)
if(H5Pclose(fapl2) < 0)
FAIL_STACK_ERROR;
-
/* Open the same file again as regular writer */
/* Should fail: 1st open--VFD SWMR writer, 2nd open--regular writer */
H5E_BEGIN_TRY {