api.c remove unused reply string
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));