librb: rb_lib_loop: avoid clang static analysis warning
This commit is contained in:
parent
209c57fbbf
commit
45285c4a73
1 changed files with 0 additions and 2 deletions
|
@ -222,8 +222,6 @@ rb_lib_loop(long delay)
|
||||||
|
|
||||||
if(rb_io_supports_event())
|
if(rb_io_supports_event())
|
||||||
{
|
{
|
||||||
if(delay == 0)
|
|
||||||
delay = -1;
|
|
||||||
while(1)
|
while(1)
|
||||||
rb_select(-1);
|
rb_select(-1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue