summaryrefslogtreecommitdiffstats
path: root/c++/src/H5File.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5File.cpp')
-rw-r--r--c++/src/H5File.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/c++/src/H5File.cpp b/c++/src/H5File.cpp
index 8f1830b..9c390f9 100644
--- a/c++/src/H5File.cpp
+++ b/c++/src/H5File.cpp
@@ -618,7 +618,6 @@ H5File::getVFDHandle(void **file_handle) const
///\par Description
/// This function is called after an existing file is opened in
/// order to learn the true size of the underlying file.
-// Programmer Raymond Lu - June 24, 2004
//--------------------------------------------------------------------------
hsize_t
H5File::getFileSize() const
@@ -639,7 +638,6 @@ H5File::getFileSize() const
///\par Description
/// This function is called after an existing file is opened in
/// order to retrieve the unique 'file number' for the file.
-// Programmer Quincey Koziol - April 13, 2019
//--------------------------------------------------------------------------
unsigned long
H5File::getFileNum() const