]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[core] scan-build: Value stored to 'lcount' is never read - switch_xml_toxml_r() 351/head
authorDragos Oancea <dragos@signalwire.com>
Thu, 13 Feb 2020 12:12:01 +0000 (12:12 +0000)
committerDragos Oancea <dragos@signalwire.com>
Thu, 13 Feb 2020 12:12:01 +0000 (12:12 +0000)
src/switch_xml.c

index f794d6f744028fa8309102f2d343215a58956b3e..f5bccd5d86cede0e22653ec76c9cf82d66275acf 100644 (file)
@@ -2591,7 +2591,6 @@ static char *switch_xml_toxml_r(switch_xml_t xml, char **s, switch_size_t *len,
 
   tailrecurse:
        off = 0;
-       lcount = 0;
        txt = "";
 
        if (loops++) {