]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove unused variable and make dev-mode compilation happy
authorMark Michelson <mmichelson@digium.com>
Mon, 16 Feb 2009 21:39:21 +0000 (21:39 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 16 Feb 2009 21:39:21 +0000 (21:39 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@176252 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_meetme.c

index dd9d0970bd4affd72fc467be75afd0526c609017..f3649627117618bb51c4119cf88251050d6c1f1b 100644 (file)
@@ -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;