diff options
Diffstat (limited to 'c++/src/H5Attribute.h')
-rw-r--r-- | c++/src/H5Attribute.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/c++/src/H5Attribute.h b/c++/src/H5Attribute.h index a027fc3..13e29ce 100644 --- a/c++/src/H5Attribute.h +++ b/c++/src/H5Attribute.h @@ -41,9 +41,6 @@ class H5_DLLCPP Attribute : public AbstractDs { // do not inherit iterateAttrs from H5Object int iterateAttrs() { return 0; } - // Used by the API to appropriately close an attribute - virtual void p_close() const; - // Creates a copy of an existing attribute using the attribute id Attribute( const hid_t attr_id ); |