From 8ee7c55feaf099695eb3b25cc9eda3ee5885a7bc Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Sun, 22 Oct 2006 03:54:04 -0500 Subject: [svn-r12799] Purpose: Fixed typo Description: Removed a leftover prototype. Platform tested: Linux 2.6 (kagiso) - very minor --- c++/src/H5DataSet.h | 3 --- 1 file changed, 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"); } -- cgit v0.12