aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-26 22:45:37 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-26 22:45:37 +0000
commit22ba18f6b672a454e8d37965276ee0a585d67afb (patch)
tree6e8fba66b435a6d6e3fb2fc387e944ad30d216d4 /apps
parent3a16c3d072f494bef8f6dec3867fcad2a1b12922 (diff)
remove unused variable
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22655 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_queue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 034b1651e..7d943b242 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -3145,7 +3145,6 @@ static int queue_function_queuewaitingcount(struct ast_channel *chan, char *cmd,
int count = 0;
struct ast_call_queue *q;
struct localuser *lu;
- struct member *m;
buf[0] = '\0';