diff options
Diffstat (limited to 'src/io/cli.c')
| -rw-r--r-- | src/io/cli.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/io/cli.c b/src/io/cli.c index aa9628a..7b7fca9 100644 --- a/src/io/cli.c +++ b/src/io/cli.c @@ -3,7 +3,7 @@ * Copyright (C) 2017-2018 J08nY */ #include "cli.h" -#include <misc/config.h> +#include "misc/config.h" #include <string.h> #include "exhaustive/ansi.h" #include "exhaustive/brainpool.h" @@ -179,9 +179,6 @@ static void cli_end(struct argp_state *state) { if (!cfg->thread_memory) { cfg->thread_memory = cfg->bits * 2000000; } - if (!cfg->points.type) { - cfg->points.type = POINTS_PRIME; - } cfg->format = FORMAT_JSON; } |
