remove unnecessary map_size variables

This commit is contained in:
van Hauser
2020-04-17 11:39:38 +02:00
parent 6bd49b1d5c
commit 1931838a11
6 changed files with 17 additions and 18 deletions

View File

@ -325,8 +325,6 @@ typedef struct afl_env_vars {
*afl_python_module, *afl_path, *afl_hang_tmout, *afl_skip_crashes,
*afl_preload;
uint32_t map_size;
} afl_env_vars_t;
struct afl_pass_stat {