diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-03-31 04:51:38 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-01 13:10:07 +0200 |
commit | b83a2c1a00f6c9e45d6803e2b54dc3a82ffa49fc (patch) | |
tree | 153a09f29eb510e277536143a67188a7569ef370 /src/afl-tmin.c | |
parent | 5a4d4ad7360875fea9efb330a55afe4771e1a428 (diff) | |
download | afl++-b83a2c1a00f6c9e45d6803e2b54dc3a82ffa49fc.tar.gz |
make travis happy
Diffstat (limited to 'src/afl-tmin.c')
-rw-r--r-- | src/afl-tmin.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/afl-tmin.c b/src/afl-tmin.c index 2275aef5..8a5e3eef 100644 --- a/src/afl-tmin.c +++ b/src/afl-tmin.c @@ -61,8 +61,7 @@ static u8 *mask_bitmap; /* Mask for trace bits (-B) */ u8 *in_file, /* Minimizer input test case */ - *output_file, /* Minimizer output file */ - *doc_path; /* Path to docs */ + *output_file; /* Minimizer output file */ static u8 *in_data; /* Input data for trimming */ @@ -77,8 +76,7 @@ u8 crash_mode, /* Crash-centric mode? */ hang_mode, /* Minimize as long as it hangs */ exit_crash, /* Treat non-zero exit as crash? */ edges_only, /* Ignore hit counts? */ - exact_mode, /* Require path match for crashes? */ - be_quiet; + exact_mode; /* Require path match for crashes? */ static volatile u8 stop_soon; /* Ctrl-C pressed? */ |