Re: [Qemu-devel] [PATCH] audio/sdlaudio: remove unused variable

2010-04-22 Thread malc
On Thu, 22 Apr 2010, Serge Ziryukin wrote: > Remove unused 'shift' variable spotted by clang. > Also clean up aud_to_sdlfmt which used to get the value > of shift. > Applied. Thank you. -- mailto:av1...@comtv.ru

[Qemu-devel] [PATCH] audio/sdlaudio: remove unused variable

2010-04-22 Thread Serge Ziryukin
Remove unused 'shift' variable spotted by clang. Also clean up aud_to_sdlfmt which used to get the value of shift. Signed-off-by: Serge Ziryukin --- audio/sdlaudio.c | 11 ++- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/audio/sdlaudio.c b/audio/sdlaudio.c index 8e7e5

Re: [Qemu-devel] [PATCH] audio/sdlaudio: remove unused variable

2010-04-22 Thread malc
On Thu, 22 Apr 2010, Serge Ziryukin wrote: > Remove unused 'shift' variable spotted by clang. > Also clean up aud_to_sdlfmt which used to get the value > of shift. > --- > audio/sdlaudio.c | 11 ++- > 1 files changed, 2 insertions(+), 9 deletions(-) The patch submission lacks a sign of

[Qemu-devel] [PATCH] audio/sdlaudio: remove unused variable

2010-04-22 Thread Serge Ziryukin
Remove unused 'shift' variable spotted by clang. Also clean up aud_to_sdlfmt which used to get the value of shift. --- audio/sdlaudio.c | 11 ++- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/audio/sdlaudio.c b/audio/sdlaudio.c index 8e7e5cb..c353016 100644 --- a/audio/s