Clang you are so arrogant

This commit is contained in:
tildearrow 2022-05-01 05:18:30 -05:00
parent 9f19b5dfc4
commit 58fe971a3c
1 changed files with 0 additions and 1 deletions

View File

@ -211,7 +211,6 @@ private:
ymfm_interface &m_intf; // reference to the interface
std::unique_ptr<adpcm_a_channel> m_channel[CHANNELS]; // array of channels
adpcm_a_registers m_regs; // registers
int32_t m_last_out[CHANNELS]; // last output of channels
};