diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2013-07-31 20:46:26 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2013-07-31 20:46:26 (GMT) |
commit | 548f8597492e991b5d6db51c02c2098f74752c55 (patch) | |
tree | 0f5199fb5ecc88b7adbfed4d5f12cf4211c906b7 /c++ | |
parent | 3e071dc0510b8e482207380b0a55a9fd1422f088 (diff) | |
download | hdf5-548f8597492e991b5d6db51c02c2098f74752c55.zip hdf5-548f8597492e991b5d6db51c02c2098f74752c55.tar.gz hdf5-548f8597492e991b5d6db51c02c2098f74752c55.tar.bz2 |
[svn-r23956] Description:
Took out a work-around line left by accident.
Platform tested:
Linux/32 2.6 (jam) with GNU compilers
Diffstat (limited to 'c++')
-rw-r--r-- | c++/test/dsets.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/c++/test/dsets.cpp b/c++/test/dsets.cpp index cbf1f57..58436f1 100644 --- a/c++/test/dsets.cpp +++ b/c++/test/dsets.cpp @@ -1054,10 +1054,6 @@ void test_dset() // list object to pass in H5File::H5File FileAccPropList fapl(fapl_id); - // This is to work around the failure on OpenVMS, until an open objects - // can be found and closed. -BMR - fapl.setFcloseDegree(H5F_CLOSE_STRONG); - H5File file(FILE1, H5F_ACC_TRUNC, FileCreatPropList::DEFAULT, fapl); // Cause the library to emit initial messages |