[svn-r12799] Purpose: Fixed typo

Description:
    Removed a leftover prototype.

Platform tested:
    Linux 2.6 (kagiso) - very minor
This commit is contained in:
Binh-Minh Ribler 2006-10-22 03:54:04 -05:00
parent 22023b1e9f
commit 8ee7c55fea

View File

@ -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"); }