mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-21 02:43:57 -04:00
modemm17: remove unused idev member
Remove the unused M17Demodulator::idev member. It is never assigned or read; frequency deviation is provided by FreqDevEstimator::idev(). Detected by cppcheck. Signed-off-by: Robin Getz <rgetz503@gmail.com>
This commit is contained in:
@@ -49,7 +49,6 @@ struct MODEMM17_API M17Demodulator
|
||||
SyncWord packet_sync{ {+3, -3, +3, +3, -3, -3, -3, -3}, 31.f, -31.f}; // PACKET or BERT (inverted)
|
||||
|
||||
FreqDevEstimator dev;
|
||||
float idev;
|
||||
size_t count_ = 0;
|
||||
|
||||
int8_t polarity = 1;
|
||||
|
||||
Reference in New Issue
Block a user