Remove unneeded line.

This commit is contained in:
Jonathan Naylor 2020-04-24 11:52:47 +01:00
parent e721dedf1e
commit 103d937152
1 changed files with 0 additions and 2 deletions

View File

@ -111,8 +111,6 @@ CTCSSState CFMCTCSSRX::process(q15_t sample)
{ {
m_result = m_result & (~CTS_READY); m_result = m_result & (~CTS_READY);
q31_t samp = q31_t(sample);
q31_t q2 = m_q1; q31_t q2 = m_q1;
m_q1 = m_q0; m_q1 = m_q0;