hw/timer/stm32f2xx_timer: Remove dead assignment
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Wed, 22 Apr 2020 13:31:51 +0000 (15:31 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 4 May 2020 12:43:24 +0000 (14:43 +0200)
commitdd1545a3f03f6e821a4ef588acbd99fb4328bcc2
treeb0d705fe0053f87582c3364304ee4a4d60cd8d81
parent6ae1a5a37711c80166b92019174877fc6f73030a
hw/timer/stm32f2xx_timer: Remove dead assignment

Fix warning reported by Clang static code analyzer:

    CC      hw/timer/stm32f2xx_timer.o
  hw/timer/stm32f2xx_timer.c:225:9: warning: Value stored to 'value' is never read
          value = timer_val;
          ^       ~~~~~~~~~

Reported-by: Clang Static Analyzer
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200422133152.16770-9-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/timer/stm32f2xx_timer.c