mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 12:52:33 +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)
|
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 queue_ent *qe;
|
||||||
struct member *mem;
|
struct member *mem;
|
||||||
int pos;
|
int pos;
|
||||||
|
Reference in New Issue
Block a user