From 89bf6de17ff87d8b70f673b623b1f1929a72ac60 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 13 May 2020 11:46:30 -0500 Subject: This test doesn't need to log/modify traps in the global heap, so don't provide a H5HG_trap() routine. --- test/vfd_swmr_zoo_writer.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/test/vfd_swmr_zoo_writer.c b/test/vfd_swmr_zoo_writer.c index a58098a..51ec3c6 100644 --- a/test/vfd_swmr_zoo_writer.c +++ b/test/vfd_swmr_zoo_writer.c @@ -57,7 +57,6 @@ typedef struct _tick_stats { static H5F_vfd_swmr_config_t swmr_config; static tick_stats_t *tick_stats = NULL; static const hid_t badhid = H5I_INVALID_HID; -static bool caught_out_of_bounds = false; static bool writer; static void @@ -98,16 +97,6 @@ usage(const char *progname) } bool -H5HG_trap(const char *reason) -{ - if (strcmp(reason, "out of bounds") == 0) { - caught_out_of_bounds = true; - return false; - } - return true; -} - -bool vfd_swmr_writer_may_increase_tick_to(uint64_t new_tick, bool wait_for_reader) { static int fd = -1; -- cgit v0.12