summaryrefslogtreecommitdiffstats
path: root/src/H5Ocache.c
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2019-01-07 20:09:30 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2019-01-07 20:09:30 (GMT)
commit6c7462b1a913e4b7fb4fb76c4a3097a83a517720 (patch)
treee6460f0cd47f4083c4f6bd16a0f9d1a2670678ca /src/H5Ocache.c
parentc092f9167cb47f5f958eb03e11680b81837d60b2 (diff)
downloadhdf5-6c7462b1a913e4b7fb4fb76c4a3097a83a517720.zip
hdf5-6c7462b1a913e4b7fb4fb76c4a3097a83a517720.tar.gz
hdf5-6c7462b1a913e4b7fb4fb76c4a3097a83a517720.tar.bz2
Removed previous change in H5O__chunk_deserialize().
Diffstat (limited to 'src/H5Ocache.c')
-rw-r--r--src/H5Ocache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Ocache.c b/src/H5Ocache.c
index 085d3bc..d32a217 100644
--- a/src/H5Ocache.c
+++ b/src/H5Ocache.c
@@ -1403,7 +1403,6 @@ H5O__chunk_deserialize(H5O_t *oh, haddr_t addr, size_t len, const uint8_t *image
HGOTO_ERROR(H5E_OHDR, H5E_CANTLOAD, FAIL, "bad flag combination for message")
if((flags & H5O_MSG_FLAG_WAS_UNKNOWN) && !(flags & H5O_MSG_FLAG_MARK_IF_UNKNOWN))
HGOTO_ERROR(H5E_OHDR, H5E_CANTLOAD, FAIL, "bad flag combination for message")
-
if((flags & H5O_MSG_FLAG_SHAREABLE)
&& H5O_msg_class_g[id]
&& !(H5O_msg_class_g[id]->share_flags & H5O_SHARE_IS_SHARABLE))