diff options
Diffstat (limited to 'c++/src/H5DataSpace.h')
-rw-r--r-- | c++/src/H5DataSpace.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/c++/src/H5DataSpace.h b/c++/src/H5DataSpace.h index 5e20730..01fb40d 100644 --- a/c++/src/H5DataSpace.h +++ b/c++/src/H5DataSpace.h @@ -105,11 +105,6 @@ class H5_DLLCPP DataSpace : public IdComponent { // Copy constructor: makes a copy of the original DataSpace object. DataSpace(const DataSpace& original); -#ifndef DOXYGEN_SHOULD_SKIP_THIS - // Used by the API to close the dataspace - void p_close() const; -#endif // DOXYGEN_SHOULD_SKIP_THIS - // Destructor: properly terminates access to this dataspace. virtual ~DataSpace(); }; |