Browse Source

api.c remove unused reply string

Kano 12 years ago
parent
commit
5b338b2f93
1 changed files with 0 additions and 1 deletions
  1. 0 1
      api.c

+ 0 - 1
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));