diff options
Diffstat (limited to 'c++/src/H5Attribute.cpp')
-rw-r--r-- | c++/src/H5Attribute.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/c++/src/H5Attribute.cpp b/c++/src/H5Attribute.cpp index bd77f22..570dbe7 100644 --- a/c++/src/H5Attribute.cpp +++ b/c++/src/H5Attribute.cpp @@ -250,24 +250,6 @@ string Attribute::getName() const } //-------------------------------------------------------------------------- -// Function: Attribute::p_close (private) -///\brief Closes this attribute. -///\exception H5::AttributeIException -///\note -/// This function will be obsolete because its functionality -/// is recently handled by the C library layer. - May, 2004 -// Programmer Binh-Minh Ribler - 2000 -//-------------------------------------------------------------------------- -void Attribute::p_close() const -{ - herr_t ret_value = H5Aclose( id ); - if( ret_value < 0 ) - { - throw AttributeIException(0, "H5Aclose failed"); - } -} - -//-------------------------------------------------------------------------- // Function: Attribute destructor ///\brief Properly terminates access to this attribute. // Programmer Binh-Minh Ribler - 2000 |