summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Attribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5Attribute.h')
-rw-r--r--c++/src/H5Attribute.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/c++/src/H5Attribute.h b/c++/src/H5Attribute.h
index b18a6f0..8863a65 100644
--- a/c++/src/H5Attribute.h
+++ b/c++/src/H5Attribute.h
@@ -44,11 +44,6 @@ class H5_DLLCPP Attribute : public AbstractDs {
// Copy constructor: makes a copy of an existing Attribute object.
Attribute( const Attribute& original );
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
- // Used by the API to appropriately close an attribute
- virtual void p_close() const;
-#endif // DOXYGEN_SHOULD_SKIP_THIS
-
// Destructor: properly terminates access to this attribute.
virtual ~Attribute();