projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7215e41
)
remove unused variable
author
Kevin P. Fleming
<kpfleming@digium.com>
Thu, 13 Oct 2005 23:15:30 +0000
(23:15 +0000)
committer
Kevin P. Fleming
<kpfleming@digium.com>
Thu, 13 Oct 2005 23:15:30 +0000
(23:15 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6774
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_chanspy.c
patch
|
blob
|
history
diff --git
a/apps/app_chanspy.c
b/apps/app_chanspy.c
index
10f4959
..
6d6f38d
100755
(executable)
--- 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!!! */