hdc9234: Make CLANG happier. (nw)

This commit is contained in:
Michael Zapf 2015-04-20 16:02:37 +02:00
parent 73ad0b3169
commit 79cfcf76dc
2 changed files with 3 additions and 3 deletions

View File

@ -2637,9 +2637,9 @@ void hdc9234_device::live_run_until(attotime limit)
*/ */
void hdc9234_device::live_run_hd_until(attotime limit) void hdc9234_device::live_run_hd_until(attotime limit)
{ {
int slot = 0; // int slot = 0;
logerror("%s: live_run_hd\n", tag()); logerror("%s: live_run_hd\n", tag());
if (m_live_state.state == IDLE || m_live_state.next_state != -1) if (m_live_state.state == IDLE || m_live_state.next_state != -1)
return; return;

View File

@ -168,7 +168,7 @@ private:
// Timers to delay execution/completion of commands */ // Timers to delay execution/completion of commands */
emu_timer *m_timer; emu_timer *m_timer;
emu_timer *m_cmd_timer; emu_timer *m_cmd_timer;
emu_timer *m_live_timer; // emu_timer *m_live_timer;
// Timer callback // Timer callback
void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr); void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);