1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 07:16:48 -04:00

Remove obsolete variable

This commit is contained in:
Jon Beniston 2021-07-15 12:01:23 +01:00
parent dfd9f59216
commit 99c0236cb6

View File

@ -125,7 +125,6 @@ private:
Real *m_train; // Training sequence to look for
int m_correlationLength;
int m_symbolPrev;
unsigned char m_bytes[AISDEMOD_MAX_BYTES];
crc16x25 m_crc;