1
0
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:
Kano 2013-08-23 22:48:31 +10:00
parent bdac0633ab
commit 5b338b2f93

1
api.c
View File

@ -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));