diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2014-12-11 03:00:08 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2014-12-11 03:00:08 (GMT) |
commit | c0ec3bf38eb1e25a7e628f2304ee03a9233fce59 (patch) | |
tree | 011e3231181a598ace9aa28b08efe2e9312a618b /testpar | |
parent | 8368e9b6844a7554ea91067ac5eb4b91734e8639 (diff) | |
download | hdf5-c0ec3bf38eb1e25a7e628f2304ee03a9233fce59.zip hdf5-c0ec3bf38eb1e25a7e628f2304ee03a9233fce59.tar.gz hdf5-c0ec3bf38eb1e25a7e628f2304ee03a9233fce59.tar.bz2 |
[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)
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_cache.c | 4 |
1 files changed, 1 insertions, 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(); |