From aa697c9d51bea05cd5e8f607ace84afd35a7d3b9 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 29 Sep 2009 23:48:21 +0200 Subject: [PATCH] control: Remove unused variable. Signed-off-by: Stefan Schmidt Signed-off-by: Takashi Iwai --- src/control/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control/control.c b/src/control/control.c index ae70e766..51628ba8 100644 --- a/src/control/control.c +++ b/src/control/control.c @@ -675,7 +675,7 @@ int snd_ctl_wait(snd_ctl_t *ctl, int timeout) { struct pollfd *pfd; unsigned short revents; - int i, npfds, err, err_poll; + int npfds, err, err_poll; npfds = snd_ctl_poll_descriptors_count(ctl); if (npfds <= 0 || npfds >= 16) { -- 2.47.3