summaryrefslogtreecommitdiffstats
path: root/c++/src
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2016-03-09 03:46:24 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2016-03-09 03:46:24 (GMT)
commitab4c2402f1c3b2835ce0c79d1b95a500247ce216 (patch)
tree9b2ff83aa438c2566b14ebbd1466c6e399024672 /c++/src
parent20bfdeb2c16ded5bfefed3a505a73dbaca6e7e60 (diff)
downloadhdf5-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
Diffstat (limited to 'c++/src')
-rw-r--r--c++/src/H5DataSet.cpp1
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)));
}
//--------------------------------------------------------------------------