mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user