diff options
Diffstat (limited to 'c++/src/H5Location.cpp')
-rw-r--r-- | c++/src/H5Location.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c++/src/H5Location.cpp b/c++/src/H5Location.cpp index 3240f70..acd5033 100644 --- a/c++/src/H5Location.cpp +++ b/c++/src/H5Location.cpp @@ -556,7 +556,6 @@ H5std_string H5Location::getComment(const char* name, const size_t buf_size) con // Clean up resource delete []comment_C; } - // Otherwise, keep comment intact // Return the string comment return(comment); |