summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/lpc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/lpc.cpp')
-rw-r--r--src/devices/machine/lpc.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/devices/machine/lpc.cpp b/src/devices/machine/lpc.cpp
deleted file mode 100644
index b1903fb6cfc..00000000000
--- a/src/devices/machine/lpc.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-// license:BSD-3-Clause
-// copyright-holders:Olivier Galibert
-#include "emu.h"
-#include "lpc.h"
-
-lpc_device::lpc_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, uint32_t clock, const char *shortname, const char *source) :
- device_t(mconfig, type, name, tag, owner, clock, shortname, source)
-{
-}