projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49cba9b
)
init: remove dead code
author
Jens Axboe
<axboe@fb.com>
Mon, 14 Apr 2014 15:52:50 +0000
(09:52 -0600)
committer
Jens Axboe
<axboe@fb.com>
Mon, 14 Apr 2014 15:52:50 +0000
(09:52 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
init.c
patch
|
blob
|
blame
|
history
diff --git
a/init.c
b/init.c
index 7e456b20d3466d8c9b9e83858623833fa1d6ae6d..75b997ef54438615b1976b208c1c789eaef99f1c 100644
(file)
--- a/
init.c
+++ b/
init.c
@@
-1458,9
+1458,6
@@
int parse_jobs_ini(char *file, int is_buf, int stonewall_flag, int type)
i++;
}
- for (i = 0; i < num_opts; i++)
- free(opts[i]);
-
free(string);
free(name);
free(opts);