remove unused var

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16052 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene 2009-12-24 04:35:17 +00:00
parent c4deeb75b8
commit f2b9cbf23e
1 changed files with 0 additions and 2 deletions

View File

@ -289,7 +289,6 @@ SWITCH_STANDARD_API(group_call_function)
const char *dest = NULL;
char *d_dest = NULL;
switch_xml_t xml_for_pointer = NULL, x_domain_for_pointer = NULL, x_group_for_pointer = NULL, x_user_for_pointer = NULL;
switch_call_cause_t cause = SWITCH_CAUSE_NONE;
my_x_user = x_user;
@ -299,7 +298,6 @@ SWITCH_STANDARD_API(group_call_function)
&x_user_for_pointer, &x_group_for_pointer,
params) != SWITCH_STATUS_SUCCESS) {
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_WARNING, "Can't find user [%s@%s]\n", id, domain);
cause = SWITCH_CAUSE_SUBSCRIBER_ABSENT;
goto done_x_user;
}
my_x_user = x_user_for_pointer;