diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-showmap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index ddf5c4ce..5061ca31 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -721,7 +721,6 @@ int main(int argc, char** argv) { switch (opt) { case 'i': - if (at_file) FATAL("-i and -A are mutually exclusive"); if (in_dir) FATAL("Multiple -i options not supported"); in_dir = optarg; break; @@ -816,8 +815,6 @@ int main(int argc, char** argv) { break; case 'A': - if (in_dir) FATAL("-i and -A are mutually exclusive"); - /* Another afl-cmin specific feature. */ at_file = optarg; break; |