[Freeswitch-trunk] [commit] r12710 - freeswitch/trunk/src/mod/xml_int/mod_xml_rpc
FreeSWITCH SVN
mikej at freeswitch.org
Sun Mar 22 09:53:29 PDT 2009
Author: mikej
Date: Sun Mar 22 11:53:29 2009
New Revision: 12710
Log:
remove unused vars
Modified:
freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c
Modified: freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c
==============================================================================
--- freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c (original)
+++ freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c Sun Mar 22 11:53:29 2009
@@ -721,7 +721,7 @@
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;
More information about the Freeswitch-trunk
mailing list