summaryrefslogtreecommitdiffstats
path: root/examples/h5dsm_obj_open.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5dsm_obj_open.c')
-rw-r--r--examples/h5dsm_obj_open.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/h5dsm_obj_open.c b/examples/h5dsm_obj_open.c
index 05716d4..af9acc3 100644
--- a/examples/h5dsm_obj_open.c
+++ b/examples/h5dsm_obj_open.c
@@ -6,7 +6,6 @@ int main(int argc, char *argv[]) {
hid_t file = -1, obj = -1, fapl = -1;
H5I_type_t obj_type;
char *obj_str = NULL;
- hsize_t dims[1] = {1};
H5VL_daosm_snap_id_t snap_id;
(void)MPI_Init(&argc, &argv);