summaryrefslogtreecommitdiffstats
path: root/test/cache_tagging.c
diff options
context:
space:
mode:
authorkmu <kmu@hdfgroup.org>2019-12-11 19:35:02 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:25 (GMT)
commitfd374fb23436970a04b37d4dde868fe428fcccaa (patch)
tree79276dfaaa9fb030c7b8066d53a1cf4db8a2e103 /test/cache_tagging.c
parent95e509db46c7007561a38fcfe76c38d91ea79e49 (diff)
downloadhdf5-fd374fb23436970a04b37d4dde868fe428fcccaa.zip
hdf5-fd374fb23436970a04b37d4dde868fe428fcccaa.tar.gz
hdf5-fd374fb23436970a04b37d4dde868fe428fcccaa.tar.bz2
address problems from comments
Diffstat (limited to 'test/cache_tagging.c')
-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 */