From: Mark Michelson Date: Mon, 16 Feb 2009 21:39:21 +0000 (+0000) Subject: Remove unused variable and make dev-mode compilation happy X-Git-Tag: 1.4.24-rc1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b30800adfbcdb234ca07de27f01da4829920820a;p=thirdparty%2Fasterisk.git 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 --- 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;