diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2016-03-09 03:46:24 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2016-03-09 03:46:24 (GMT) |
commit | ab4c2402f1c3b2835ce0c79d1b95a500247ce216 (patch) | |
tree | 9b2ff83aa438c2566b14ebbd1466c6e399024672 | |
parent | 20bfdeb2c16ded5bfefed3a505a73dbaca6e7e60 (diff) | |
download | hdf5-ab4c2402f1c3b2835ce0c79d1b95a500247ce216.zip hdf5-ab4c2402f1c3b2835ce0c79d1b95a500247ce216.tar.gz hdf5-ab4c2402f1c3b2835ce0c79d1b95a500247ce216.tar.bz2 |
[svn-r29362] Description:
Removed another left-over commented-out line.
Platforms tested:
Linux/64 (platypus) - very minor
-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))); } //-------------------------------------------------------------------------- |