summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/hal2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/hal2.h')
-rw-r--r--src/mame/machine/hal2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/machine/hal2.h b/src/mame/machine/hal2.h
index 39929180aeb..4d78e1f5075 100644
--- a/src/mame/machine/hal2.h
+++ b/src/mame/machine/hal2.h
@@ -59,8 +59,6 @@ protected:
uint32_t m_iar;
uint32_t m_idr[4];
-
- inline void ATTR_PRINTF(3,4) verboselog(int n_level, const char *s_fmt, ... );
};
DECLARE_DEVICE_TYPE(SGI_HAL2, hal2_device)