summaryrefslogtreecommitdiffstats
path: root/c++/src/H5FaccProp.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2016-04-22 18:02:34 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2016-04-22 18:02:34 (GMT)
commit38687f3498d0878c1c28cb52b8b9e070fcb45da8 (patch)
tree61a49cc8914f551de555874826c210aec7f55d7b /c++/src/H5FaccProp.h
parent487ccb3e59efe1365879e25e67bfa12299c93433 (diff)
downloadhdf5-38687f3498d0878c1c28cb52b8b9e070fcb45da8.zip
hdf5-38687f3498d0878c1c28cb52b8b9e070fcb45da8.tar.gz
hdf5-38687f3498d0878c1c28cb52b8b9e070fcb45da8.tar.bz2
[svn-r29764] Purpose: Code cleanup
Description: Removed obsolete overloaded functions which had parameters that should be const but were not. They have been replaced by the correct version since 2014. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Diffstat (limited to 'c++/src/H5FaccProp.h')
-rw-r--r--c++/src/H5FaccProp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/c++/src/H5FaccProp.h b/c++/src/H5FaccProp.h
index b214447..ce2dc91 100644
--- a/c++/src/H5FaccProp.h
+++ b/c++/src/H5FaccProp.h
@@ -74,13 +74,6 @@ class H5_DLLCPP FileAccPropList : public PropList {
const FileAccPropList& raw_plist,
const H5std_string& meta_ext = ".meta",
const H5std_string& raw_ext = ".raw") const;
- // These two overloaded functions are kept for backward compatibility
- // only; they missed the const's and will be removed in future release.
- void setSplit(FileAccPropList& meta_plist, FileAccPropList& raw_plist,
- const char* meta_ext=".meta", const char* raw_ext=".raw") const;
- void setSplit(FileAccPropList& meta_plist, FileAccPropList& raw_plist,
- const H5std_string& meta_ext=".meta",
- const H5std_string& raw_ext=".raw") const;
// Sets the maximum size of the data sieve buffer.
void setSieveBufSize(size_t bufsize) const;