summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_group_writer.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-06-03 20:24:15 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-06-03 20:24:15 (GMT)
commit052257ec62dc977830ffb088f1ac2db3fa62d69f (patch)
tree3c070b2b56e4db83cacb254151e1ad415a1d0ea5 /test/vfd_swmr_group_writer.c
parent8e8cece3035feeffdf9fbe9fb1ab13625bf95965 (diff)
downloadhdf5-052257ec62dc977830ffb088f1ac2db3fa62d69f.zip
hdf5-052257ec62dc977830ffb088f1ac2db3fa62d69f.tar.gz
hdf5-052257ec62dc977830ffb088f1ac2db3fa62d69f.tar.bz2
Delete unused variables and struct members.
Diffstat (limited to 'test/vfd_swmr_group_writer.c')
-rw-r--r--test/vfd_swmr_group_writer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/vfd_swmr_group_writer.c b/test/vfd_swmr_group_writer.c
index 9e36876..5c7cddf 100644
--- a/test/vfd_swmr_group_writer.c
+++ b/test/vfd_swmr_group_writer.c
@@ -30,14 +30,11 @@
#include "testhdf5.h"
#include "vfd_swmr_common.h"
-static const unsigned int hang_back = 3;
-
typedef struct {
hid_t file;
char filename[PATH_MAX];
char progname[PATH_MAX];
struct timespec update_interval;
- unsigned int asteps;
unsigned int nsteps;
bool wait_for_signal;
bool use_vfd_swmr;
@@ -79,7 +76,6 @@ state_init(state_t *s, int argc, char **argv)
{
unsigned long tmp;
int ch;
- const hsize_t dims = 1;
char tfile[PATH_MAX];
char *end;
unsigned long millis;