Why isn't gcc bitching on that one? (nw)

This commit is contained in:
Olivier Galibert 2018-04-05 16:01:23 +02:00
parent 12b5454a27
commit ccadb30c33

View File

@ -56,7 +56,6 @@ template<typename T> void generic_fifo_device_base<T>::device_start()
m_sync_full = timer_alloc(1);
// This is not saving the fifo, let's hope it's empty...
save_item(NAME(m_size));
save_item(NAME(m_empty_triggered));
save_item(NAME(m_full_triggered));
}