mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 18:55:42 +01:00
alsactl: monitor - remove dead code in run_dispatcher() (coverity)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
9b6c5e2d5c
commit
8c026b9562
1 changed files with 0 additions and 2 deletions
|
@ -369,8 +369,6 @@ static int run_dispatcher(int epfd, int sigfd, int infd, struct list_head *srcs,
|
|||
remove_source_entry(entry);
|
||||
}
|
||||
}
|
||||
if (err < 0)
|
||||
break;
|
||||
}
|
||||
end:
|
||||
free(epev);
|
||||
|
|
Loading…
Reference in a new issue