dect
/
asterisk
Archived
13
0
Fork 0

Remove unused tmpq variable

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2123 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
martinp 2004-02-03 17:54:07 +00:00
parent d317a9c957
commit 165573661c
1 changed files with 1 additions and 1 deletions

View File

@ -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;