summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2006-10-22 08:50:46 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2006-10-22 08:50:46 (GMT)
commit547168773ce093a63ef33c899981fab0475d08c4 (patch)
treecf5cba4d6012cb1b70f141a163344cbca550d617
parentfb26b8753e128d2cce32468c7bd9e7d015c661c7 (diff)
downloadhdf5-547168773ce093a63ef33c899981fab0475d08c4.zip
hdf5-547168773ce093a63ef33c899981fab0475d08c4.tar.gz
hdf5-547168773ce093a63ef33c899981fab0475d08c4.tar.bz2
[svn-r12798] Purpose: Fixed typo
Description: Removed a leftover prototype. Platform tested: Linux 2.6 (kagiso) - very minor
-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 e343eb8..a186607 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"); }