unused var.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8217 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
c9f575fb1f
commit
0bde97add0
|
@ -89,7 +89,6 @@ const char *Event::serialize(const char *format)
|
||||||
|
|
||||||
if (isxml) {
|
if (isxml) {
|
||||||
switch_xml_t xml;
|
switch_xml_t xml;
|
||||||
char *xmlstr;
|
|
||||||
if ((xml = switch_event_xmlize(event, SWITCH_VA_NONE))) {
|
if ((xml = switch_event_xmlize(event, SWITCH_VA_NONE))) {
|
||||||
serialized_string = switch_xml_toxml(xml, SWITCH_FALSE);
|
serialized_string = switch_xml_toxml(xml, SWITCH_FALSE);
|
||||||
switch_xml_free(xml);
|
switch_xml_free(xml);
|
||||||
|
|
Loading…
Reference in New Issue