[asterisk-commits] mmichelson: branch 1.4 r176252 - /branches/1.4/apps/app_meetme.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Feb 16 15:39:21 CST 2009


Author: mmichelson
Date: Mon Feb 16 15:39:21 2009
New Revision: 176252

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=176252
Log:
Remove unused variable and make dev-mode compilation happy


Modified:
    branches/1.4/apps/app_meetme.c

Modified: branches/1.4/apps/app_meetme.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.4/apps/app_meetme.c?view=diff&rev=176252&r1=176251&r2=176252
==============================================================================
--- branches/1.4/apps/app_meetme.c (original)
+++ branches/1.4/apps/app_meetme.c Mon Feb 16 15:39:21 2009
@@ -1502,7 +1502,6 @@
 	int ms;
 	int nfds;
 	int res;
-	int flags;
 	int retryzap;
 	int origfd;
 	int musiconhold = 0;




More information about the asterisk-commits mailing list