mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 04:58:08 +00:00
remove redundant if statement
This commit is contained in:
@ -1921,9 +1921,7 @@ int main(int argc, char **argv, char **envp) {
|
|||||||
// ptr = instrument_mode_string[instrument_mode];
|
// ptr = instrument_mode_string[instrument_mode];
|
||||||
// }
|
// }
|
||||||
|
|
||||||
} else if (instrument_mode == INSTRUMENT_LTO ||
|
} else if (instrument_mode == INSTRUMENT_CLASSIC) {
|
||||||
|
|
||||||
instrument_mode == INSTRUMENT_CLASSIC) {
|
|
||||||
|
|
||||||
lto_mode = 1;
|
lto_mode = 1;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user