summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Attribute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5Attribute.cpp')
-rw-r--r--c++/src/H5Attribute.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/c++/src/H5Attribute.cpp b/c++/src/H5Attribute.cpp
index 7b26947..6c9b1b3 100644
--- a/c++/src/H5Attribute.cpp
+++ b/c++/src/H5Attribute.cpp
@@ -256,26 +256,6 @@ string Attribute::getName() const
return( attr_name );
}
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
-//--------------------------------------------------------------------------
-// Function: Attribute::p_close (private)
-// Purpose: Closes this attribute.
-// Exception H5::AttributeIException
-// Description
-// 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");
- }
-}
-#endif // DOXYGEN_SHOULD_SKIP_THIS
-
//--------------------------------------------------------------------------
// Function: Attribute destructor
///\brief Properly terminates access to this attribute.