remove unused vars
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12710 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9998cf9f4c
commit
2c67bffa5b
|
@ -721,7 +721,7 @@ static xmlrpc_value *freeswitch_api(xmlrpc_env * const envP, xmlrpc_value * cons
|
|||
char *command = NULL, *arg = NULL;
|
||||
switch_stream_handle_t stream = { 0 };
|
||||
xmlrpc_value *val = NULL;
|
||||
const char *x_command = "bgapi", x_arg= "unload mod_xml_rpc";
|
||||
// const char *x_command = "bgapi", x_arg = "unload mod_xml_rpc";
|
||||
switch_bool_t freed = 0;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue