aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_chanspy.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-13 23:15:30 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-13 23:15:30 +0000
commitb72b57009f51c195bf29ef1796603f8d5db7a167 (patch)
treebfe19677680275c68677ce184a7bcb1287004a93 /apps/app_chanspy.c
parent666355cc8981ef6e1d2044de39c7704591d877ea (diff)
remove unused variable
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6774 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_chanspy.c')
-rwxr-xr-xapps/app_chanspy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_chanspy.c b/apps/app_chanspy.c
index 10f495945..6d6f38db1 100755
--- a/apps/app_chanspy.c
+++ b/apps/app_chanspy.c
@@ -371,7 +371,6 @@ static void start_spying(struct ast_channel *chan, struct ast_channel *spychan,
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!!! */