[Asterisk-cvs] asterisk/apps app_queue.c,1.43,1.44
martinp at lists.digium.com
martinp at lists.digium.com
Tue Feb 3 11:45:26 CST 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv26966/apps
Modified Files:
app_queue.c
Log Message:
Remove unused tmpq variable
Index: app_queue.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_queue.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- app_queue.c 3 Feb 2004 16:59:04 -0000 1.43
+++ app_queue.c 3 Feb 2004 17:54:07 -0000 1.44
@@ -1346,7 +1346,7 @@
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;
More information about the svn-commits
mailing list