From: Sam Zaydel Date: Tue, 9 Jun 2015 21:14:20 +0000 (-0700) Subject: Dropped commented out part of line. X-Git-Tag: fio-2.2.9~11 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=f491a907983c1022ec3c4d3a76d969c286fe441b Dropped commented out part of line. --- diff --git a/backend.c b/backend.c index d6d3a670..69894079 100644 --- a/backend.c +++ b/backend.c @@ -1243,7 +1243,7 @@ static int keep_running(struct thread_data *td) static int exec_string(struct thread_options *o, const char *string, const char *mode) { size_t newlen = strlen(string) + strlen(o->name) + strlen(mode) + 9 + 1; - int ret; /* newlen = strlen(string) + strlen(o->name) + strlen(mode) + 9 + 1; */ + int ret; char *str; str = malloc(newlen);