diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-01-08 19:50:23 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-01-08 19:50:23 (GMT) |
commit | 322b981c37ae88de5f1ca73825abdcde6bcf0d4b (patch) | |
tree | 325430d7ddf4bfd473b26ceef776337706eca4df | |
parent | 987054a9e52eb55c2c310000e59f34a7c7659014 (diff) | |
download | hdf5-322b981c37ae88de5f1ca73825abdcde6bcf0d4b.zip hdf5-322b981c37ae88de5f1ca73825abdcde6bcf0d4b.tar.gz hdf5-322b981c37ae88de5f1ca73825abdcde6bcf0d4b.tar.bz2 |
[svn-r18089] Description:
Correct Coverity issue #9 - remove impossible to read code.
Tested on:
Mac OS X/32 10.6.3 (amazon)
-rw-r--r-- | test/cache.c | 6 |
1 files changed, 0 insertions, 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", |