From 236c87cfea79d94062768a0d69923cf58fef4403 Mon Sep 17 00:00:00 2001 From: smf- Date: Sat, 26 Oct 2019 13:49:24 +0100 Subject: Fix for building with visual studio 2019 (nw) --- src/devices/machine/timekpr.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/devices/machine/timekpr.cpp b/src/devices/machine/timekpr.cpp index f7cfed5451c..ce9d6d3f327 100644 --- a/src/devices/machine/timekpr.cpp +++ b/src/devices/machine/timekpr.cpp @@ -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(); - } //------------------------------------------------- -- cgit v1.2.3