From 322b981c37ae88de5f1ca73825abdcde6bcf0d4b Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 8 Jan 2010 14:50:23 -0500 Subject: [svn-r18089] Description: Correct Coverity issue #9 - remove impossible to read code. Tested on: Mac OS X/32 10.6.3 (amazon) --- test/cache.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/cache.c b/test/cache.c index b7f6a9f..7e204d3 100644 --- a/test/cache.c +++ b/test/cache.c @@ -9227,7 +9227,6 @@ check_flush_cache__flush_op_test(H5C_t * cache_ptr, hbool_t show_progress = FALSE; hbool_t verbose = FALSE; herr_t result; - int target_test = -1; int i; int j; test_entry_t * base_addr; @@ -9238,11 +9237,6 @@ check_flush_cache__flush_op_test(H5C_t * cache_ptr, test_num); #endif - if ( ( target_test > 0 ) && ( test_num != target_test ) ) { - - show_progress = FALSE; - } - if ( show_progress ) { HDfprintf(stdout, "%s:%d:%d: running sanity checks on entry(1).\n", -- cgit v0.12