summaryrefslogtreecommitdiffstats
path: root/src/H5O.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-08-15 16:55:58 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-08-15 16:55:58 (GMT)
commitd33b9de7a7eb99137860d6402508d7db304c39d6 (patch)
treed0a3a82c8e5db98a21a9137c611165d3cc6ff12e /src/H5O.c
parenta309361388d585a6f148fc1c4378615881a3e64d (diff)
downloadhdf5-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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5O.c b/src/H5O.c
index 2adbdd1..11d7f6c 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -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 */