mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Remove redundant if case
This commit is contained in:
parent
532527ffa6
commit
ef07b3c60c
@ -74,8 +74,6 @@ int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
|
|||||||
params = event_get_params(copy, 2, &output0, &output1);
|
params = event_get_params(copy, 2, &output0, &output1);
|
||||||
} else if (count % 8 == 6) {
|
} else if (count % 8 == 6) {
|
||||||
params = event_get_params(copy, 3, &output0, &output1, &output2);
|
params = event_get_params(copy, 3, &output0, &output1, &output2);
|
||||||
} else if (count % 8 == 7) {
|
|
||||||
params = event_get_params(copy, 4, &output0, &output1, &output2, &output3);
|
|
||||||
} else {
|
} else {
|
||||||
params = event_get_params(copy, 4, &output0, &output1, &output2, &output3);
|
params = event_get_params(copy, 4, &output0, &output1, &output2, &output3);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user