[Asterisk-cvs] asterisk/apps app_chanspy.c,1.24,1.25
kpfleming
kpfleming
Thu Oct 13 19:20:53 CDT 2005
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv23091/apps
Modified Files:
app_chanspy.c
Log Message:
remove unused variable
Index: app_chanspy.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_chanspy.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- app_chanspy.c 13 Oct 2005 22:10:16 -0000 1.24
+++ app_chanspy.c 13 Oct 2005 23:15:30 -0000 1.25
@@ -371,7 +371,6 @@
static void stop_spying(struct ast_channel *chan, struct ast_channel_spy *spy)
{
struct ast_channel_spy *cptr=NULL, *prev=NULL;
- int count = 0;
/* If our status has changed, then the channel we're spying on is gone....
DON'T TOUCH IT!!! RUN AWAY!!! */
More information about the svn-commits
mailing list