mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 20:48:07 +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];
|
||||
// }
|
||||
|
||||
} else if (instrument_mode == INSTRUMENT_LTO ||
|
||||
|
||||
instrument_mode == INSTRUMENT_CLASSIC) {
|
||||
} else if (instrument_mode == INSTRUMENT_CLASSIC) {
|
||||
|
||||
lto_mode = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user