hw/exynos4210_rtc.c: remove unnecessary code
Signed-off-by: Oleg Ogurtsov <o.ogurtsov@samsung.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
64de1ecfe7
commit
4688870d87
@ -510,10 +510,7 @@ static void exynos4210_rtc_reset(DeviceState *d)
|
|||||||
{
|
{
|
||||||
Exynos4210RTCState *s = (Exynos4210RTCState *)d;
|
Exynos4210RTCState *s = (Exynos4210RTCState *)d;
|
||||||
|
|
||||||
struct tm tm;
|
qemu_get_timedate(&s->current_tm, 0);
|
||||||
|
|
||||||
qemu_get_timedate(&tm, 0);
|
|
||||||
s->current_tm = tm;
|
|
||||||
|
|
||||||
DPRINTF("Get time from host: %d-%d-%d %2d:%02d:%02d\n",
|
DPRINTF("Get time from host: %d-%d-%d %2d:%02d:%02d\n",
|
||||||
s->current_tm.tm_year, s->current_tm.tm_mon, s->current_tm.tm_mday,
|
s->current_tm.tm_year, s->current_tm.tm_mon, s->current_tm.tm_mday,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user