Re: [Qemu-devel] [PATCH 1/6] vl.c: Remove dead assignment

2010-01-13 Thread Anthony Liguori
On 01/13/2010 04:54 AM, Amit Shah wrote: clang-analyzer pointed out the value of 'sockets' is never reused. Signed-off-by: Amit Shah CC: Andre Przywara Applied. Thanks. Regards, Anthony Liguori --- vl.c |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/vl

[Qemu-devel] [PATCH 1/6] vl.c: Remove dead assignment

2010-01-13 Thread Amit Shah
clang-analyzer pointed out the value of 'sockets' is never reused. Signed-off-by: Amit Shah CC: Andre Przywara --- vl.c |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/vl.c b/vl.c index b048e89..e49e7bd 100644 --- a/vl.c +++ b/vl.c @@ -2613,17 +2613,13 @@ static vo