diff options
Diffstat (limited to 'c++/src/H5DataSet.h')
-rw-r--r-- | c++/src/H5DataSet.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/c++/src/H5DataSet.h b/c++/src/H5DataSet.h index 6960757..6730c94 100644 --- a/c++/src/H5DataSet.h +++ b/c++/src/H5DataSet.h @@ -82,9 +82,6 @@ class H5_DLLCPP DataSet : public AbstractDs { // Creates a copy of an existing DataSet using its id. DataSet(const hid_t existing_id); - // Used by the API to appropriately close a dataset. - virtual void p_close() const; - // Default constructor. DataSet(); |