From 2904c6956d3fa167951b499090f132c86526f8e4 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Wed, 26 Apr 2006 22:45:37 +0000 Subject: [PATCH] remove unused variable git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22655 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/app_queue.c b/apps/app_queue.c index 034b1651ec..7d943b242a 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';