Remove dead code

pull/1245/head
Mike Black W9MDB 2023-03-06 11:32:58 -06:00
rodzic edc18103f0
commit 0591aee8e6
1 zmienionych plików z 0 dodań i 5 usunięć

Wyświetl plik

@ -1380,11 +1380,6 @@ static int read_string_generic(hamlib_port_t *p,
total_count += (int) rd_count;
if (rxbuffer[0] == ';' && total_count > 1)
{
}
if (total_count == rxmax) { break; }
if (stopset && memchr(stopset, rxbuffer[total_count - 1], stopset_len))