summaryrefslogtreecommitdiffstats
path: root/examples/h5dsm_dset_open.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5dsm_dset_open.c')
-rw-r--r--examples/h5dsm_dset_open.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/h5dsm_dset_open.c b/examples/h5dsm_dset_open.c
index be12e1c..b5b1def 100644
--- a/examples/h5dsm_dset_open.c
+++ b/examples/h5dsm_dset_open.c
@@ -4,7 +4,6 @@ int main(int argc, char *argv[]) {
uuid_t pool_uuid;
char *pool_grp = NULL;
hid_t file = -1, dset = -1, fapl = -1;
- hsize_t dims[1] = {1};
H5VL_daosm_snap_id_t snap_id;
(void)MPI_Init(&argc, &argv);