summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/eepromser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/eepromser.h')
-rw-r--r--src/devices/machine/eepromser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/machine/eepromser.h b/src/devices/machine/eepromser.h
index fffeded7ec7..d3d33db19d6 100644
--- a/src/devices/machine/eepromser.h
+++ b/src/devices/machine/eepromser.h
@@ -29,7 +29,6 @@ public:
// inline configuration helpers
void enable_streaming(bool enable) { m_streaming_enabled = enable; }
void enable_output_on_falling_clock(bool enable) { m_output_on_falling_clock_enabled = enable; }
- template<class Object> devcb_base &set_do_callback(Object &&cb) { return m_do_cb.set_callback(std::forward<Object>(cb)); }
auto do_callback() { return m_do_cb.bind(); }
protected: