From: Michael Jerris Date: Wed, 30 Apr 2008 02:29:06 +0000 (+0000) Subject: unused var. X-Git-Tag: v1.0-rc4~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bde97add0695335b93a4b564dd09b048b1b72f8;p=thirdparty%2Ffreeswitch.git unused var. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8217 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_cpp.cpp b/src/switch_cpp.cpp index 3047ce80f0..ab3d6446c6 100644 --- a/src/switch_cpp.cpp +++ b/src/switch_cpp.cpp @@ -89,7 +89,6 @@ const char *Event::serialize(const char *format) if (isxml) { switch_xml_t xml; - char *xmlstr; if ((xml = switch_event_xmlize(event, SWITCH_VA_NONE))) { serialized_string = switch_xml_toxml(xml, SWITCH_FALSE); switch_xml_free(xml);