libratbox/src/ratbox_lib.c: avoid clang static analysis warning
This commit is contained in:
parent
ae6ce6100a
commit
55ae03aee1
1 changed files with 0 additions and 2 deletions
|
@ -223,8 +223,6 @@ rb_lib_loop(long delay)
|
|||
|
||||
if(rb_io_supports_event())
|
||||
{
|
||||
if(delay == 0)
|
||||
delay = -1;
|
||||
while(1)
|
||||
rb_select(-1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue