mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
util/spkmodem-decode: remove dead code
this check no longer applies (never triggers) is_signal_valid already guarantees that the separator tone is valid. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -364,9 +364,6 @@ select_separator_tone(struct decoder_state *st)
|
||||
if (!is_valid_signal(st))
|
||||
return;
|
||||
|
||||
if (st->sep_samples >= 50 && st->freq_separator <= 0)
|
||||
return;
|
||||
|
||||
st->sep_sum += st->freq_separator;
|
||||
st->sep_samples++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user