summaryrefslogtreecommitdiffstats
path: root/examples/h5dsm_dset_rpartial.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5dsm_dset_rpartial.c')
-rw-r--r--examples/h5dsm_dset_rpartial.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/h5dsm_dset_rpartial.c b/examples/h5dsm_dset_rpartial.c
index 9888de4..a4ebced 100644
--- a/examples/h5dsm_dset_rpartial.c
+++ b/examples/h5dsm_dset_rpartial.c
@@ -129,9 +129,6 @@ int main(int argc, char *argv[]) {
if(H5Pclose(fapl) < 0)
ERROR;
- if(H5VLdaosm_term() < 0)
- ERROR;
-
printf("Success\n");
(void)MPI_Finalize();
@@ -144,7 +141,6 @@ error:
H5Sclose(file_space);
H5Sclose(mem_space);
H5Pclose(fapl);
- H5VLdaosm_term();
} H5E_END_TRY;
(void)MPI_Finalize();