[svn-commits] tzafrir: branch 1.4 r4339 - /branches/1.4/ztmonitor.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jun 3 11:36:41 CDT 2008


Author: tzafrir
Date: Tue Jun  3 11:36:41 2008
New Revision: 4339

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4339
Log:
Remove an unused variable from ztmonitor.c .

Modified:
    branches/1.4/ztmonitor.c

Modified: branches/1.4/ztmonitor.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/ztmonitor.c?view=diff&rev=4339&r1=4338&r2=4339
==============================================================================
--- branches/1.4/ztmonitor.c (original)
+++ branches/1.4/ztmonitor.c Tue Jun  3 11:36:41 2008
@@ -282,7 +282,7 @@
 	int stereo_output = 0;
 	int limit = 0;
 	int readcount = 0;
-	int x = MON_BRX, i, chan;
+	int x = MON_BRX, chan;
 	struct zt_confinfo zc;
 	char opt, *output_file;
 	extern char *optarg;




More information about the svn-commits mailing list