Re: [Qemu-devel] [PATCH] target-lm32: Remove unused local variables

2011-05-14 Thread Aurelien Jarno
On Sat, May 07, 2011 at 10:49:33PM +0200, Stefan Weil wrote: > cppcheck report: > target-lm32/translate.c:587: style: > Variable 't0' is assigned a value that is never used > target-lm32/translate.c:588: style: > Variable 'l1' is assigned a value that is never used > > Remove both variable

Re: [Qemu-devel] [PATCH] target-lm32: Remove unused local variables

2011-05-09 Thread Michael Walle
Am Samstag 07 Mai 2011, 22:49:33 schrieb Stefan Weil: > cppcheck report: > target-lm32/translate.c:587: style: > Variable 't0' is assigned a value that is never used > target-lm32/translate.c:588: style: > Variable 'l1' is assigned a value that is never used > > Remove both variables. Plea

[Qemu-devel] [PATCH] target-lm32: Remove unused local variables

2011-05-07 Thread Stefan Weil
cppcheck report: target-lm32/translate.c:587: style: Variable 't0' is assigned a value that is never used target-lm32/translate.c:588: style: Variable 'l1' is assigned a value that is never used Remove both variables. Please check whether that is the correct solution. Cc: Michael Walle C