From b30800adfbcdb234ca07de27f01da4829920820a Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Mon, 16 Feb 2009 21:39:21 +0000 Subject: [PATCH] Remove unused variable and make dev-mode compilation happy git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@176252 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_meetme.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/app_meetme.c b/apps/app_meetme.c index dd9d0970bd..f364962711 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -1502,7 +1502,6 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c int ms; int nfds; int res; - int flags; int retryzap; int origfd; int musiconhold = 0; -- 2.47.2