summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devcpu.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2017-02-12 10:27:30 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2017-02-12 10:27:30 +0100
commitf8dbe6a15b754a852b191c85bc5904307dd4797a (patch)
treece8df07eb1017291605cc3ab1bf85f401fa5ae68 /src/emu/devcpu.h
parent6acec1554dc8fce9a98e60133d5840ece450afbd (diff)
cleanup headers of not used friend classes (nw)
Diffstat (limited to 'src/emu/devcpu.h')
-rw-r--r--src/emu/devcpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/devcpu.h b/src/emu/devcpu.h
index 3289678012b..ca1904a1d0a 100644
--- a/src/emu/devcpu.h
+++ b/src/emu/devcpu.h
@@ -70,8 +70,6 @@ class cpu_device : public device_t,
public device_state_interface,
public device_disasm_interface
{
- friend resource_pool_object<cpu_device>::~resource_pool_object();
-
public:
// configuration helpers
static void static_set_force_no_drc(device_t &device, bool value);