mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Remove redundant if case
This commit is contained in:
parent
532527ffa6
commit
ef07b3c60c
1 changed files with 0 additions and 2 deletions
|
|
@ -74,8 +74,6 @@ int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
|
|||
params = event_get_params(copy, 2, &output0, &output1);
|
||||
} else if (count % 8 == 6) {
|
||||
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 {
|
||||
params = event_get_params(copy, 4, &output0, &output1, &output2, &output3);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue