summaryrefslogtreecommitdiffstats
path: root/test/th5s.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/th5s.c')
-rw-r--r--test/th5s.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/th5s.c b/test/th5s.c
index 81ac2ac..4154c5f 100644
--- a/test/th5s.c
+++ b/test/th5s.c
@@ -2400,7 +2400,7 @@ test_h5s_bug1(void)
*
*-------------------------------------------------------------------------
*/
-#define VERBFNAME "tverbounds_dspace.h5"
+#define VERBFNAME "tverbounds_dspace.h5"
#define BASIC_DSET "Basic Dataset"
#define LATEST_DSET "Latest Dataset"
static void
@@ -2415,9 +2415,6 @@ test_versionbounds(void)
H5F_libver_t low, high; /* File format bounds */
H5S_t *spacep = NULL; /* Pointer to internal dataspace */
herr_t ret = 0; /* Generic return value */
-hid_t sid = -1;
-H5S_t *spaceptr = NULL;
-
/* Output message about test being performed */
MESSAGE(5, ("Testing Version Bounds\n"));