summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/timekpr.c
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2013-01-11 19:43:14 +0000
committer smf- <smf-@users.noreply.github.com>2013-01-11 19:43:14 +0000
commit1940866c70674f0a625a79677b90f9f4a33b2e25 (patch)
tree0b18ac32397ff89ef7fc1ed27ff03fb8fbc92fa6 /src/emu/machine/timekpr.c
parentcff79778372c37b3b2eb9f64e31bd0abfdab978d (diff)
output of new srcclean changes that are relatively small [smf]
Diffstat (limited to 'src/emu/machine/timekpr.c')
-rw-r--r--src/emu/machine/timekpr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/machine/timekpr.c b/src/emu/machine/timekpr.c
index 6183aff30f6..4b8c349eaf2 100644
--- a/src/emu/machine/timekpr.c
+++ b/src/emu/machine/timekpr.c
@@ -121,7 +121,6 @@ timekeeper_device::timekeeper_device(const machine_config &mconfig, device_type
: device_t(mconfig, type, name, tag, owner, clock),
device_nvram_interface(mconfig, *this)
{
-
}
m48t02_device::m48t02_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)