summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-03-09 21:06:37 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-03-09 21:06:37 (GMT)
commitd5b5f022cde42cfcf2ca4c179511966503e97191 (patch)
tree35d8d65be01d74ae7ab075eecb11b5b8e29bcee1 /test
parent9d914b1bb0f0254a1f9097bc16dda127c2f0e405 (diff)
downloadhdf5-d5b5f022cde42cfcf2ca4c179511966503e97191.zip
hdf5-d5b5f022cde42cfcf2ca4c179511966503e97191.tar.gz
hdf5-d5b5f022cde42cfcf2ca4c179511966503e97191.tar.bz2
Removes an unused variable from vfd_swmr.c
Diffstat (limited to 'test')
-rw-r--r--test/vfd_swmr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/vfd_swmr.c b/test/vfd_swmr.c
index aa1992c..cfa7a44 100644
--- a/test/vfd_swmr.c
+++ b/test/vfd_swmr.c
@@ -3072,7 +3072,6 @@ test_shadow_index_lookup(void)
unsigned nerrors = 0;
H5FD_vfd_swmr_idx_entry_t *idx;
uint32_t size[] = {0, 1, 2, 3, 4, 0};
- char vector[8];
unsigned seed = 1;
unsigned i, j, failj = UINT_MAX;
hbool_t have_failj = FALSE;