From 0bde97add0695335b93a4b564dd09b048b1b72f8 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 30 Apr 2008 02:29:06 +0000 Subject: [PATCH] unused var. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8217 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_cpp.cpp | 1 - 1 file changed, 1 deletion(-) 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);