diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-05-13 19:40:17 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-05-13 19:40:17 (GMT) |
commit | 61a6fbd6acb0157a2225f30b34edf74f820c57bf (patch) | |
tree | 3c2db8fbd6b50d7183949a696c0d4630181abfc3 /perform/pio_perf.c | |
parent | 2ab5bf997078d1510d090af895d5e76cb3f3d329 (diff) | |
download | hdf5-61a6fbd6acb0157a2225f30b34edf74f820c57bf.zip hdf5-61a6fbd6acb0157a2225f30b34edf74f820c57bf.tar.gz hdf5-61a6fbd6acb0157a2225f30b34edf74f820c57bf.tar.bz2 |
[svn-r5405] Description:
Dumb bug fix. Forgot a debug printing statement.
Removed it.
Platforms tested:
Burrwhite (linux 2.4) parallel.
Diffstat (limited to 'perform/pio_perf.c')
-rw-r--r-- | perform/pio_perf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perform/pio_perf.c b/perform/pio_perf.c index f495971..f9cac10 100644 --- a/perform/pio_perf.c +++ b/perform/pio_perf.c @@ -296,7 +296,6 @@ main(int argc, char **argv) goto finish; } } -printf("file_size=%lld\n", opts->file_size); run_test_loop(opts); finish: |