diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2006-10-22 08:54:04 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2006-10-22 08:54:04 (GMT) |
commit | 8ee7c55feaf099695eb3b25cc9eda3ee5885a7bc (patch) | |
tree | dc71fd589ad5a0a942d72aeaedf5f9b0d4b26056 | |
parent | 22023b1e9f9f4966173046a47153bc0bad7d75d1 (diff) | |
download | hdf5-8ee7c55feaf099695eb3b25cc9eda3ee5885a7bc.zip hdf5-8ee7c55feaf099695eb3b25cc9eda3ee5885a7bc.tar.gz hdf5-8ee7c55feaf099695eb3b25cc9eda3ee5885a7bc.tar.bz2 |
[svn-r12799] Purpose: Fixed typo
Description:
Removed a leftover prototype.
Platform tested:
Linux 2.6 (kagiso) - very minor
-rw-r--r-- | c++/src/H5DataSet.h | 3 |
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"); } |