projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfb10e9
)
Remove Unused Var Warning rt_handle_member_record
author
Gregory Nietsky
<gregory@distrotech.co.za>
Mon, 6 Jun 2011 19:39:25 +0000
(19:39 +0000)
committer
Gregory Nietsky
<gregory@distrotech.co.za>
Mon, 6 Jun 2011 19:39:25 +0000
(19:39 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@322128
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_queue.c
patch
|
blob
|
history
diff --git
a/apps/app_queue.c
b/apps/app_queue.c
index
ff782b8
..
146cf63
100644
(file)
--- a/
apps/app_queue.c
+++ b/
apps/app_queue.c
@@
-2082,7
+2082,6
@@
static void rt_handle_member_record(struct call_queue *q, char *interface, struc
int paused = 0;
int found = 0;
- const char *config_val;
const char *rt_uniqueid = ast_variable_retrieve(member_config, interface, "uniqueid");
const char *membername = S_OR(ast_variable_retrieve(member_config, interface, "membername"), interface);
const char *state_interface = S_OR(ast_variable_retrieve(member_config, interface, "state_interface"), interface);