summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Location.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2016-10-12 19:21:57 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2016-10-12 19:21:57 (GMT)
commit78e597427c6ffc32ed7cf515234c4cf18d05004f (patch)
tree20a5709ba2f2e6aba054bec65b0799fa0ae31e5e /c++/src/H5Location.h
parent68055cea638cc3bb90a481e001161b8cb33ce087 (diff)
downloadhdf5-78e597427c6ffc32ed7cf515234c4cf18d05004f.zip
hdf5-78e597427c6ffc32ed7cf515234c4cf18d05004f.tar.gz
hdf5-78e597427c6ffc32ed7cf515234c4cf18d05004f.tar.bz2
Description:
Fixed typo that caused daily test failed when --enable-deprecated-symbols is used. Also, removed a commented-out function. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) with --enable-deprecated-symbols
Diffstat (limited to 'c++/src/H5Location.h')
-rw-r--r--c++/src/H5Location.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/c++/src/H5Location.h b/c++/src/H5Location.h
index 9ab67d3..bd8075c 100644
--- a/c++/src/H5Location.h
+++ b/c++/src/H5Location.h
@@ -208,9 +208,6 @@ class H5_DLLCPP H5Location : public IdComponent {
// end From CommonFG
- ///\brief Returns an identifier.
- //virtual hid_t getId() const;
-
/// For subclasses, H5File and Group, to throw appropriate exception.
virtual void throwException(const H5std_string& func_name, const H5std_string& msg) const;