Remove replybuf from gs232a.c as it was not used

This commit is contained in:
mdblack98 2020-05-05 22:16:53 -05:00
parent 2ae7c7fd76
commit e73bd5bdef

View File

@ -69,7 +69,6 @@ gs232a_transaction(ROT *rot, const char *cmdstr,
struct rot_state *rs;
int retval;
int retry_read = 0;
char replybuf[BUFSZ];
rs = &rot->state;
@ -90,7 +89,6 @@ transaction_write:
/* If no data requested just return */
if (!data)
{
data = replybuf;
return RIG_OK;
}