From 5b338b2f93b075274bd428c4d7a3dca2c699ff7b Mon Sep 17 00:00:00 2001 From: Kano Date: Fri, 23 Aug 2013 22:48:31 +1000 Subject: [PATCH] api.c remove unused reply string --- api.c | 1 - 1 file changed, 1 deletion(-) diff --git a/api.c b/api.c index 9b4ba65b..2ea9ebd5 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));