Merge pull request #450 from dragos-oancea/mod_fifo-val-never-read

[mod_fifo] scan-build: Value stored to 'arg' is never read - xml_callback()
This commit is contained in:
Andrey Volk 2020-02-28 00:39:39 +04:00 committed by GitHub
commit 0f96cae9ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -3701,8 +3701,6 @@ static int xml_callback(void *pArg, int argc, char **argv, char **columnNames)
} }
} }
arg = 0;
if (argv[7]) { if (argv[7]) {
if ((etime = atol(argv[7]))) { if ((etime = atol(argv[7]))) {
switch_size_t retsize; switch_size_t retsize;