mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Remove unused tmpq variable
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2123 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user