diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-11-21 20:13:17 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-11-21 20:13:17 (GMT) |
commit | f749d4678751a43e9d1bb15a6ad6ca922c63d584 (patch) | |
tree | aca9311d499a33220aa465976973e1d4244907af /src/H5Gprivate.h | |
parent | dd87124e3a9069e8229adb13d8219d8ce1a07126 (diff) | |
download | hdf5-f749d4678751a43e9d1bb15a6ad6ca922c63d584.zip hdf5-f749d4678751a43e9d1bb15a6ad6ca922c63d584.tar.gz hdf5-f749d4678751a43e9d1bb15a6ad6ca922c63d584.tar.bz2 |
[svn-r7871] Purpose:
Code cleanup
Description:
Make some functions static and remove unused variables, etc.
Platforms tested:
FreeBSD 4.9 (sleipnir)
too minor to require h5committest
Diffstat (limited to 'src/H5Gprivate.h')
-rw-r--r-- | src/H5Gprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Gprivate.h b/src/H5Gprivate.h index b2bff6c..2bf2c3f 100644 --- a/src/H5Gprivate.h +++ b/src/H5Gprivate.h @@ -38,7 +38,6 @@ #include "H5private.h" /* Generic Functions */ #include "H5Bprivate.h" /* B-trees */ #include "H5Fprivate.h" /* File access */ -#include "H5Gprivate.h" /* Group */ #include "H5RSprivate.h" /* Reference-counted strings */ /* |