aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-03 17:54:07 +0000
committermartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-03 17:54:07 +0000
commit165573661c9ca327c98cb522c3fc3f9687a4ae20 (patch)
tree983da8b57faefe1b80dec948322e4aa1b7d54f70
parentd317a9c957c42b922b6336c9c32fd5e1fdbc4dd4 (diff)
Remove unused tmpq variable
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2123 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xapps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 312cd43ec..dc1710fee 100755
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -1346,7 +1346,7 @@ static void reload_queues(void)
static int __queues_show(int fd, int argc, char **argv, int queue_show)
{
- struct ast_call_queue *q, tmpq;
+ struct ast_call_queue *q;
struct queue_ent *qe;
struct member *mem;
int pos;