From a81a72b0e5649a197b33b2b666605d649af73981 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Wed, 29 Apr 2020 15:12:02 -0500 Subject: Remove verbose assignments in smoke_check 3 and 5 functions. --- testpar/t_cache.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/testpar/t_cache.c b/testpar/t_cache.c index 0ae91d6..0493cb6 100644 --- a/testpar/t_cache.c +++ b/testpar/t_cache.c @@ -5645,7 +5645,6 @@ smoke_check_3(int metadata_write_strategy) H5F_t * file_ptr = NULL; H5C_t * cache_ptr = NULL; struct mssg_t mssg; - verbose = FALSE; switch ( metadata_write_strategy ) { @@ -6326,7 +6325,6 @@ smoke_check_5(int metadata_write_strategy) H5F_t * file_ptr = NULL; H5C_t * cache_ptr = NULL; struct mssg_t mssg; - verbose = FALSE; switch ( metadata_write_strategy ) { -- cgit v0.12