From c0ec3bf38eb1e25a7e628f2304ee03a9233fce59 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 10 Dec 2014 22:00:08 -0500 Subject: [svn-r25884] Description: Minor code cleanups found while reviewing 'avoid truncate' branch. Tested on: MacOSX/64 10.10.1 (amazon) w/serial & parallel (too minor to require h5committest) --- testpar/t_cache.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testpar/t_cache.c b/testpar/t_cache.c index 7ce148a..20fb9fd 100644 --- a/testpar/t_cache.c +++ b/testpar/t_cache.c @@ -5717,7 +5717,6 @@ smoke_check_3(int metadata_write_strategy) { const char * fcn_name = "smoke_check_3()"; hbool_t success = TRUE; - hbool_t verbose = FALSE; int cp = 0; int i; int max_nerrors; @@ -6402,7 +6401,6 @@ smoke_check_5(int metadata_write_strategy) { const char * fcn_name = "smoke_check_5()"; hbool_t success = TRUE; - hbool_t verbose = FALSE; int cp = 0; int i; int max_nerrors; @@ -7126,7 +7124,7 @@ main(int argc, char **argv) * calls. By then, MPI calls may not work. */ if (H5dont_atexit() < 0){ - printf("Failed to turn off atexit processing. Continue.\n", mpi_rank); + printf("Failed to turn off atexit processing. Continue.\n"); }; H5open(); -- cgit v0.12