summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
Diffstat (limited to 'c++')
-rw-r--r--c++/src/H5DataSet.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/c++/src/H5DataSet.h b/c++/src/H5DataSet.h
index 490b575..1d2f1d7 100644
--- a/c++/src/H5DataSet.h
+++ b/c++/src/H5DataSet.h
@@ -83,9 +83,6 @@ class H5_DLLCPP DataSet : public AbstractDs {
void* Reference(const char* name) const; // will be obsolete
void* Reference(const H5std_string& name) const; // will be obsolete
- // Opens a referenced dataset.
- DataSet dereference(void* ref) const;
-
// Returns this class name
virtual H5std_string fromClass () const { return("DataSet"); }