diff options
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/H5DataSet.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c++/src/H5DataSet.cpp b/c++/src/H5DataSet.cpp index c5ecf0a..7305347 100644 --- a/c++/src/H5DataSet.cpp +++ b/c++/src/H5DataSet.cpp @@ -336,7 +336,6 @@ hsize_t DataSet::getVlenBufSize(const DataType& type, const DataSpace& space ) c hsize_t DataSet::getVlenBufSize( DataType& type, DataSpace& space ) const { return(getVlenBufSize(type, space)); - //return(getVlenBufSize(static_cast<const DataType&>(type), static_cast<const DataSpace&>(space))); } //-------------------------------------------------------------------------- |