unused var

This commit is contained in:
Dominik Maier
2020-04-17 14:27:28 +02:00
parent c9605f2251
commit 49753eb2d0
2 changed files with 1 additions and 3 deletions

View File

@ -610,8 +610,7 @@ typedef struct afl_state {
/* this is a fixed buffer of size map_size that can be used by any function if they do not call another function */
u8 * map_tmp_buf;
size_t map_tmp_len;
} afl_state_t;
/* A global pointer to all instances is needed (for now) for signals to arrive