summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorkmu <kmu@hdfgroup.org>2019-12-11 19:35:02 (GMT)
committerkmu <kmu@hdfgroup.org>2019-12-11 19:35:02 (GMT)
commit0a2bb11b248df6841daabca3970df5d8504adfc7 (patch)
tree5c431dcf2a63c852126b6d537f13b02c249d26fb /test
parent45a62b2d46523c15a7d2bc7f52db2b756b40df26 (diff)
downloadhdf5-0a2bb11b248df6841daabca3970df5d8504adfc7.zip
hdf5-0a2bb11b248df6841daabca3970df5d8504adfc7.tar.gz
hdf5-0a2bb11b248df6841daabca3970df5d8504adfc7.tar.bz2
address problems from comments
Diffstat (limited to 'test')
-rw-r--r--test/cache_tagging.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cache_tagging.c b/test/cache_tagging.c
index dad9426..7ce4e88 100644
--- a/test/cache_tagging.c
+++ b/test/cache_tagging.c
@@ -3836,14 +3836,12 @@ check_invalid_tag_application(void)
return 0;
-#if 0
error:
#if H5C_DO_TAGGING_SANITY_CHECKS
if(api_ctx_pushed) H5CX_pop();
#endif /* H5C_DO_TAGGING_SANITY_CHECKS */
return 1;
-#endif
} /* check_invalid_tag_application */