Remove unneede if check since all backends have been fixed

pull/224/head
Michael Black 2020-04-02 07:50:09 -05:00
rodzic 2c79b1c2fd
commit ad97b98a71
1 zmienionych plików z 0 dodań i 7 usunięć

Wyświetl plik

@ -271,13 +271,6 @@ transaction_write:
memcpy(cmd, cmdstr, len);
/* XXX the if is temporary, until all invocations are fixed */
if (cmdstr[len - 1] != ';' && cmdstr[len - 1] != '\r')
{
cmd[len] = caps->cmdtrm;
len++;
}
/* flush anything in the read buffer before command is sent */
if (rs->rigport.type.rig == RIG_PORT_NETWORK
|| rs->rigport.type.rig == RIG_PORT_UDP_NETWORK)