summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Exception.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-08-08 18:29:36 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-08-08 18:29:36 (GMT)
commitc1f6f9defd4266e40fde0845c0ca18099be7f50d (patch)
treee4e1c0558cc7fbf3438a794acb71ce2192ccd2d1 /c++/src/H5Exception.h
parent0d3e32316e51d1aee4db3e769b97be3a2ab0dad1 (diff)
downloadhdf5-c1f6f9defd4266e40fde0845c0ca18099be7f50d.zip
hdf5-c1f6f9defd4266e40fde0845c0ca18099be7f50d.tar.gz
hdf5-c1f6f9defd4266e40fde0845c0ca18099be7f50d.tar.bz2
[svn-r7292] Purpose:
Code cleanup Description: Removed superfluous comment. Platforms tested: h5committested Misc. update:
Diffstat (limited to 'c++/src/H5Exception.h')
-rw-r--r--c++/src/H5Exception.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/c++/src/H5Exception.h b/c++/src/H5Exception.h
index e7d75d8..2ae9093 100644
--- a/c++/src/H5Exception.h
+++ b/c++/src/H5Exception.h
@@ -40,12 +40,10 @@ class H5_DLLCPP Exception {
// Returns the character string that describes an error specified by
// a major error number.
- //string getMajorString( H5E_major_t major_num ) const;
string getMajorString( hid_t err_major_id ) const;
// Returns the character string that describes an error specified by
// a minor error number.
- //string getMinorString( H5E_minor_t minor_num ) const;
string getMinorString( hid_t err_minor_id ) const;
// Returns the detailed message set at the time the exception is thrown