1
0
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:
Robin Getz
2026-08-10 18:27:08 -04:00
parent b82bccdadc
commit e2aecad577
-1
View File
@@ -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;