summaryrefslogtreecommitdiffstats
path: root/c++/src/H5FcreatProp.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2017-03-17 16:03:18 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2017-03-17 16:03:18 (GMT)
commit50ac3cd6ecc37bb2196bcebe8a202711e315759d (patch)
tree134ecb2af24498012a72473e1335e77af008d104 /c++/src/H5FcreatProp.cpp
parentf7711df680f2ccd07f23223deccb217440ec3788 (diff)
downloadhdf5-50ac3cd6ecc37bb2196bcebe8a202711e315759d.zip
hdf5-50ac3cd6ecc37bb2196bcebe8a202711e315759d.tar.gz
hdf5-50ac3cd6ecc37bb2196bcebe8a202711e315759d.tar.bz2
Description:
Miscellaneous clean-up: format and comments Platforms tested: Linux/64 (jelly) Darwin (osx1010test)
Diffstat (limited to 'c++/src/H5FcreatProp.cpp')
-rw-r--r--c++/src/H5FcreatProp.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/c++/src/H5FcreatProp.cpp b/c++/src/H5FcreatProp.cpp
index ea69049..c490f26 100644
--- a/c++/src/H5FcreatProp.cpp
+++ b/c++/src/H5FcreatProp.cpp
@@ -294,7 +294,6 @@ unsigned FileCreatPropList::getIstorek() const
return(ik);
}
-#ifndef H5_NO_DEPRECATED_SYMBOLS
//--------------------------------------------------------------------------
// Function: FileCreatPropList::setFileSpace
///\brief Sets the strategy and the threshold value that the library
@@ -365,7 +364,6 @@ hsize_t FileCreatPropList::getFileSpaceThreshold() const
}
return(threshold);
}
-#endif /* H5_NO_DEPRECATED_SYMBOLS */
//--------------------------------------------------------------------------
// Function: FileCreatPropList destructor