diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1999-10-09 00:34:31 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1999-10-09 00:34:31 (GMT) |
commit | d5db5d6991bc17b69da1f4debc3006e765b28984 (patch) | |
tree | 6da3871186cd2c6c23a3e9ab9027eb7c5c38fe09 /src/H5Fprivate.h | |
parent | acc0841fe5c2623545cf061fbc77cb98ca2fd799 (diff) | |
download | hdf5-d5db5d6991bc17b69da1f4debc3006e765b28984.zip hdf5-d5db5d6991bc17b69da1f4debc3006e765b28984.tar.gz hdf5-d5db5d6991bc17b69da1f4debc3006e765b28984.tar.bz2 |
[svn-r1739] Cleaned up some warnings from the HP compiler.
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r-- | src/H5Fprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h index 7ee6085..3509a1e 100644 --- a/src/H5Fprivate.h +++ b/src/H5Fprivate.h @@ -405,7 +405,6 @@ typedef struct H5F_t { struct H5O_layout_t; struct H5O_efl_t; struct H5O_pline_t; -struct H5F_xfer_t; struct H5O_fill_t; struct H5G_entry_t; |