Commit 5b338b2f93b075274bd428c4d7a3dca2c699ff7b

Kano 2013-08-23T22:48:31

api.c remove unused reply string

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/api.c b/api.c
index 9b4ba65..2ea9ebd 100644
--- a/api.c
+++ b/api.c
@@ -4311,7 +4311,6 @@ static void mcast()
 	char *expect_code;
 	size_t expect_code_len;
 	char buf[1024];
-	char reply[] = "cgm-" API_MCAST_CODE "-"; // constant
 	char replybuf[1024];
 
 	memset(&grp, 0, sizeof(grp));