mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
[mod_rss] scan-build: Fix dead assignments.
This commit is contained in:
parent
6decc21669
commit
0e8e4fff7d
@ -575,7 +575,6 @@ SWITCH_STANDARD_APP(rss_function)
|
||||
|
||||
if (entries[dtb.index].title_txt) {
|
||||
switch_snprintf(tmpbuf + tmplen, sizeof(tmpbuf) - tmplen, "%s", entries[dtb.index].title_txt);
|
||||
tmplen = (uint32_t) strlen(tmpbuf);
|
||||
}
|
||||
}
|
||||
switch_core_speech_flush_tts(&sh);
|
||||
@ -590,7 +589,6 @@ SWITCH_STANDARD_APP(rss_function)
|
||||
}
|
||||
|
||||
if (cont) {
|
||||
cont = 0;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user