diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-15 16:55:58 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-15 16:55:58 (GMT) |
commit | d33b9de7a7eb99137860d6402508d7db304c39d6 (patch) | |
tree | d0a3a82c8e5db98a21a9137c611165d3cc6ff12e /src/H5O.c | |
parent | a309361388d585a6f148fc1c4378615881a3e64d (diff) | |
download | hdf5-d33b9de7a7eb99137860d6402508d7db304c39d6.zip hdf5-d33b9de7a7eb99137860d6402508d7db304c39d6.tar.gz hdf5-d33b9de7a7eb99137860d6402508d7db304c39d6.tar.bz2 |
[svn-r7371] Purpose:
Revert erroneous comment
Diffstat (limited to 'src/H5O.c')
-rw-r--r-- | src/H5O.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -335,9 +335,6 @@ H5O_init(H5F_t *f, hid_t dxpl_id, size_t size_hint, H5G_entry_t *ent/*out*/, had * FPHDF5 driver or it is, but the captain only flag is set or if the * captain only flag just isn't set. */ - /* XXX: These conditions cover all possible boolean combinations and - * probably aren't what was meant... - QAK - */ if (!H5FD_is_fphdf5_driver(f->shared->lf) || !capt_only || (H5FD_fphdf5_is_captain(f->shared->lf) && capt_only)) ; #endif /* H5_HAVE_FPHDF5 */ |