summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-10-13 23:15:30 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-10-13 23:15:30 +0000
commitd509e410787d227afa3decb98a333be51ef30f04 (patch)
treebfe19677680275c68677ce184a7bcb1287004a93 /apps
parent7215e4179d19ee998315517aaac922c71de32ecd (diff)
remove unused variable
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6774 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-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!!! */