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/H5Classes.h | |
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/H5Classes.h')
-rw-r--r-- | c++/src/H5Classes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/c++/src/H5Classes.h b/c++/src/H5Classes.h index a1525cc..bed0cae 100644 --- a/c++/src/H5Classes.h +++ b/c++/src/H5Classes.h @@ -25,8 +25,6 @@ namespace H5 { class PropList; class FileCreatPropList; class FileAccPropList; - /* class LinkAccPropList; - */ class DSetCreatPropList; class DSetMemXferPropList; class DTypePropList; |