mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-07 07:05:45 +00:00
[core] scan-build: Value stored to 'lcount' is never read - switch_xml_toxml_r()
This commit is contained in:
parent
c714401935
commit
fde2f685e7
@ -2591,7 +2591,6 @@ static char *switch_xml_toxml_r(switch_xml_t xml, char **s, switch_size_t *len,
|
|||||||
|
|
||||||
tailrecurse:
|
tailrecurse:
|
||||||
off = 0;
|
off = 0;
|
||||||
lcount = 0;
|
|
||||||
txt = "";
|
txt = "";
|
||||||
|
|
||||||
if (loops++) {
|
if (loops++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user