make travis happy

This commit is contained in:
Dominik Maier
2020-03-31 04:51:38 +02:00
parent 5a4d4ad736
commit b83a2c1a00
9 changed files with 13 additions and 22 deletions

View File

@ -34,8 +34,6 @@ char *power_names[POWER_SCHEDULES_NUM] = {
"explore", "fast", "coe", "lin", "quad", "exploit", "mmopt", "rare"};
u8 *doc_path = NULL; /* gath to documentation dir */
/* Initialize MOpt "globals" for this afl state */
static void init_mopt_globals(afl_state_t *afl) {