summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-02-23 15:14:43 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-02-23 15:14:43 (GMT)
commit0c29ac42cd986762e1fa1f937cabe2037f0d53b5 (patch)
tree652be4a716ea8df3999143dcb40775a3309d7d62 /tools
parentf175fd25c8714b17b3f5912bfdc7eb78ab50a17d (diff)
downloadhdf5-0c29ac42cd986762e1fa1f937cabe2037f0d53b5.zip
hdf5-0c29ac42cd986762e1fa1f937cabe2037f0d53b5.tar.gz
hdf5-0c29ac42cd986762e1fa1f937cabe2037f0d53b5.tar.bz2
[svn-r26279] re-commit 26260 that Dana moved out fixing the versioning of functions to work with v16 default API.
Diffstat (limited to 'tools')
-rw-r--r--tools/perform/perf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/perform/perf.c b/tools/perform/perf.c
index 58db6cc..1bd33b6 100644
--- a/tools/perform/perf.c
+++ b/tools/perform/perf.c
@@ -391,9 +391,6 @@ die_jar_jar_die:
free(tmp);
if (opt_correct) free(tmp2);
- /* close HDF5 library */
- H5close();
-
MPI_Finalize();
return(0);