summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DataSpace.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5DataSpace.h')
-rw-r--r--c++/src/H5DataSpace.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/c++/src/H5DataSpace.h b/c++/src/H5DataSpace.h
index 87b5a81..1b231b0 100644
--- a/c++/src/H5DataSpace.h
+++ b/c++/src/H5DataSpace.h
@@ -103,9 +103,6 @@ class H5_DLLCPP DataSpace : public IdComponent {
// or uses a default id to create a default dataspace object
DataSpace( const hid_t space_id );
- // Used by the API to close the dataspace
- void p_close() const;
-
// Default constructor
DataSpace();