aboutsummaryrefslogtreecommitdiff
path: root/tests/datagencli.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/datagencli.c')
-rw-r--r--tests/datagencli.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/datagencli.c b/tests/datagencli.c
index 1a99190e..2976b530 100644
--- a/tests/datagencli.c
+++ b/tests/datagencli.c
@@ -103,7 +103,6 @@ int main(int argc, char** argv)
return usage(programName);
case 'g':
argument++;
- size=0;
size = strtoull(argument, &argument, 10);
if (*argument=='K') { size <<= 10; argument++; }
if (*argument=='M') { size <<= 20; argument++; }