target-lm32: Remove unused local variables
commitb798068d51ecf173702c91617793989ab843c8fb
authorStefan Weil <weil@mail.berlios.de>
Sat, 7 May 2011 20:49:33 +0000 (7 22:49 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 14 May 2011 22:27:59 +0000 (15 00:27 +0200)
treec3402a458b0aea70054b30ca27490bf2adb6896a
parent605a6aed56963360b744355d0c25da9e26a9bb0a
target-lm32: Remove unused local variables

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 <michael@walle.cc>
Cc: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Acked-by: Michael Walle <michael@walle.cc>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-lm32/translate.c