remove debug code

This commit is contained in:
van Hauser
2020-03-21 22:17:57 +01:00
parent 96736309a7
commit 5cf3426834
7 changed files with 0 additions and 13 deletions

View File

@ -38,8 +38,6 @@ u8 *doc_path = NULL; /* gath to documentation dir */
/* Initialize MOpt "globals" for this afl state */
u32 bmcnt, initcnt, one1cnt, one2cnt, runcnt;
static void init_mopt_globals(afl_state_t *afl) {
MOpt_globals_t *core = &afl->mopt_globals_core;