summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5Object.h')
-rw-r--r--c++/src/H5Object.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/c++/src/H5Object.h b/c++/src/H5Object.h
index b6577a2..d527250 100644
--- a/c++/src/H5Object.h
+++ b/c++/src/H5Object.h
@@ -74,11 +74,7 @@ class H5_DLLCPP H5Object : public IdComponent {
void removeAttr( const char* name ) const;
void removeAttr( const string& name ) const;
- // Creates a reference to a named Hdf5 object in this object.
- void* Reference(const char* name) const;
-
- // Creates a reference to a dataset region in this object.
- void* Reference(const char* name, DataSpace& dataspace, H5R_type_t ref_type = H5R_DATASET_REGION) const;
+ // Noop destructor.
virtual ~H5Object();
protected: