[mod_verto] scan-build: Value stored to 'cur' is never read

This commit is contained in:
Dragos Oancea 2020-03-06 11:09:29 +00:00
parent 8e0c0df5b6
commit 56e82bd9c0
1 changed files with 0 additions and 1 deletions

View File

@ -807,7 +807,6 @@ static void set_perm(const char *str, switch_event_t **event)
if (!zstr(str)) {
edup = strdup(str);
switch_assert(edup);
cur = edup;
if (strchr(edup, ' ')) {
delim = ' ';