summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author angelosa <salese_corp_ltd@email.it>2017-10-11 02:55:52 +0200
committer angelosa <salese_corp_ltd@email.it>2017-10-11 02:55:52 +0200
commit79ff1010cc2d55122567f42a0e141431a8c31dca (patch)
tree450ecdf669f129c533258579bc0b95c46f9d56ad
parente7fb150f8e7c7f5b107ef6bd43f97d9d61601535 (diff)
Unused variable (nw)
-rw-r--r--src/mame/drivers/stv.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mame/drivers/stv.cpp b/src/mame/drivers/stv.cpp
index 7eecd2add3d..3a832c9f7c2 100644
--- a/src/mame/drivers/stv.cpp
+++ b/src/mame/drivers/stv.cpp
@@ -415,10 +415,6 @@ void stv_state::install_stvbios_speedups( void )
DRIVER_INIT_MEMBER(stv_state,stv)
{
- system_time systime;
-
- machine().base_datetime(systime);
-
/* amount of time to boost interleave for on MINIT / SINIT, needed for communication to work */
m_minit_boost = 400;
m_sinit_boost = 400;