removed unused vars

This commit is contained in:
Dominik Maier
2020-03-09 21:58:39 +01:00
parent 1136e887bd
commit e04d2a6efa

View File

@ -88,14 +88,6 @@ static u8 qemu_mode;
* forkserver section
*/
/* we only need this to use afl-forkserver */
FILE* plot_file;
u8 uses_asan;
s32 out_fd = -1, out_dir_fd = -1, dev_urandom_fd = -1;
/* we import this as we need this information */
extern u8 child_timed_out;
/* Classify tuple counts. This is a slow & naive version, but good enough here.
*/