mirror of
https://github.com/craigerl/aprsd.git
synced 2026-08-29 07:15:47 -04:00
In the else-branch of USMetarPlugin.process(), 'fromcall = fromcall' is a self-assignment that does nothing. It was likely a leftover from an edit that intended to reassign fromcall but forgot to write the RHS. Remove the dead line. The variable is still used correctly on the next line (get_aprs_fi call). Closes #253