Fix for building with visual studio 2019 (nw)

This commit is contained in:
smf- 2019-10-26 13:49:24 +01:00
parent 9ce4a078e0
commit 236c87cfea

View File

@ -202,9 +202,6 @@ void timekeeper_device::device_start()
{
system_time systime;
/* validate some basic stuff */
assert(this != nullptr);
machine().base_datetime(systime);
m_control = 0;
@ -237,7 +234,6 @@ void timekeeper_device::device_start()
m_watchdog_timer->adjust(attotime::never);
m_reset_cb.resolve_safe();
m_irq_cb.resolve_safe();
}
//-------------------------------------------------