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