kopia lustrzana https://github.com/Hamlib/Hamlib
Remove replybuf from gs232a.c as it was not used
rodzic
2ae7c7fd76
commit
e73bd5bdef
|
@ -69,7 +69,6 @@ gs232a_transaction(ROT *rot, const char *cmdstr,
|
||||||
struct rot_state *rs;
|
struct rot_state *rs;
|
||||||
int retval;
|
int retval;
|
||||||
int retry_read = 0;
|
int retry_read = 0;
|
||||||
char replybuf[BUFSZ];
|
|
||||||
|
|
||||||
rs = &rot->state;
|
rs = &rot->state;
|
||||||
|
|
||||||
|
@ -90,7 +89,6 @@ transaction_write:
|
||||||
/* If no data requested just return */
|
/* If no data requested just return */
|
||||||
if (!data)
|
if (!data)
|
||||||
{
|
{
|
||||||
data = replybuf;
|
|
||||||
return RIG_OK;
|
return RIG_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue