mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
api.c remove unused reply string
This commit is contained in:
parent
bdac0633ab
commit
5b338b2f93
1
api.c
1
api.c
@ -4311,7 +4311,6 @@ static void mcast()
|
|||||||
char *expect_code;
|
char *expect_code;
|
||||||
size_t expect_code_len;
|
size_t expect_code_len;
|
||||||
char buf[1024];
|
char buf[1024];
|
||||||
char reply[] = "cgm-" API_MCAST_CODE "-"; // constant
|
|
||||||
char replybuf[1024];
|
char replybuf[1024];
|
||||||
|
|
||||||
memset(&grp, 0, sizeof(grp));
|
memset(&grp, 0, sizeof(grp));
|
||||||
|
Loading…
Reference in New Issue
Block a user