diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2016-12-23 19:24:45 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2016-12-23 19:24:45 (GMT) |
commit | e05da1b533d5eb9527a5b67ba2683379f8e1e7ac (patch) | |
tree | 4b8d76febf5fa13163d1fefe1fefa8856376681a /c++/src/H5Group.cpp | |
parent | cc06c9702bfc3d0ff6bf3de1a07ac2b1d0594c0f (diff) | |
download | hdf5-e05da1b533d5eb9527a5b67ba2683379f8e1e7ac.zip hdf5-e05da1b533d5eb9527a5b67ba2683379f8e1e7ac.tar.gz hdf5-e05da1b533d5eb9527a5b67ba2683379f8e1e7ac.tar.bz2 |
Description:
Removed commented out code and fixed miscellaneous typos.
Platforms tested:
Linux/32 2.6 (jam) (very minor)
Diffstat (limited to 'c++/src/H5Group.cpp')
-rw-r--r-- | c++/src/H5Group.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c++/src/H5Group.cpp b/c++/src/H5Group.cpp index fa0a206..4325a68 100644 --- a/c++/src/H5Group.cpp +++ b/c++/src/H5Group.cpp @@ -20,7 +20,6 @@ #endif #include <string> -#include "H5private.h" // for HDstrcpy #include "H5Include.h" #include "H5Exception.h" #include "H5IdComponent.h" |