mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
core: drop unnecessary variable initialization
This commit is contained in:
parent
d088c8f05a
commit
14a9771689
1 changed files with 1 additions and 1 deletions
|
|
@ -778,7 +778,7 @@ static unsigned fill_mix_info(pa_sink *s, size_t *length, pa_mix_info *info, uns
|
|||
/* Called from IO thread context */
|
||||
static void inputs_drop(pa_sink *s, pa_mix_info *info, unsigned n, pa_memchunk *result) {
|
||||
pa_sink_input *i;
|
||||
void *state = NULL;
|
||||
void *state;
|
||||
unsigned p = 0;
|
||||
unsigned n_unreffed = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue