summaryrefslogtreecommitdiffstats
path: root/perform/sio_perf.c
diff options
context:
space:
mode:
Diffstat (limited to 'perform/sio_perf.c')
-rw-r--r--perform/sio_perf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/perform/sio_perf.c b/perform/sio_perf.c
index 52e80fc..9e5ed23 100644
--- a/perform/sio_perf.c
+++ b/perform/sio_perf.c
@@ -861,9 +861,6 @@ report_parameters(struct options *opts)
HDfprintf(output, "Number of iterations=%Hd\n",
(long_long)opts->num_iters);
- //HDfprintf(output, "Size of dataset(s)=");
- //recover_size_and_print((long_long)(opts->num_bpp), "\n");
-
HDfprintf(output, "Dataset size=");
for (i=0; i<rank; i++)
@@ -1217,7 +1214,6 @@ parse_command_line(int argc, char *argv[])
if (isalnum(*end) && i < 10)
buf[i++] = *end;
- //cl_opts->order[j] = atoi(buf);
cl_opts->order[j] = parse_size_directive(buf);
j++;