From c1f6f9defd4266e40fde0845c0ca18099be7f50d Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 8 Aug 2003 13:29:36 -0500 Subject: [svn-r7292] Purpose: Code cleanup Description: Removed superfluous comment. Platforms tested: h5committested Misc. update: --- c++/src/H5Exception.h | 2 -- 1 file changed, 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 -- cgit v0.12