summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/testh5repack_make.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5repack/testh5repack_make.c')
-rw-r--r--tools/h5repack/testh5repack_make.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/h5repack/testh5repack_make.c b/tools/h5repack/testh5repack_make.c
index faacce4..fbf5cf5 100644
--- a/tools/h5repack/testh5repack_make.c
+++ b/tools/h5repack/testh5repack_make.c
@@ -84,9 +84,7 @@ int make_testfiles(void)
return 0;
out:
- H5E_BEGIN_TRY {
H5Fclose(loc_id);
- } H5E_END_TRY;
return -1;
}