summaryrefslogtreecommitdiffstats
path: root/tools/src/misc/h5delete.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/src/misc/h5delete.c')
-rw-r--r--tools/src/misc/h5delete.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/src/misc/h5delete.c b/tools/src/misc/h5delete.c
index 607b25e..3c4f8d5 100644
--- a/tools/src/misc/h5delete.c
+++ b/tools/src/misc/h5delete.c
@@ -59,13 +59,6 @@ main(int argc, const char *argv[])
}
H5E_END_TRY;
- /* The native VOL connector does not implement the H5Fdelete() call
- * at this time, so try to remove the file via the POSIX remove(3)
- * call on failures.
- */
- if (ret < 0)
- ret = HDremove(name);
-
if (ret < 0 && !quiet)
HDfprintf(stderr, "Unable to delete storage at: %s\n", name);