From 9461bac81291157cb6cea6e994898513b22de89a Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Tue, 23 Mar 2010 20:52:35 +0000 Subject: [PATCH] Remove unused structure member in app_queue. (closes issue #15494) Reported by: makoto git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@254045 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/app_queue.c b/apps/app_queue.c index 86a20da4f2..3dac6a4ab4 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -794,7 +794,6 @@ struct callattempt { char interface[256]; int stillgoing; int metric; - int oldstatus; time_t lastcall; struct call_queue *lastqueue; struct member *member; @@ -4209,7 +4208,6 @@ static int try_calling(struct queue_ent *qe, const char *options, char *announce tmp->stillgoing = -1; tmp->member = cur; - tmp->oldstatus = cur->status; tmp->lastcall = cur->lastcall; tmp->lastqueue = cur->lastqueue; tmp->update_connectedline = 1;