Merge pull request #448 from dragos-oancea/mod_vlc-status-val-never-read-

[mod_vlc] scan-build: Value stored to 'vcontext' is never read - av_init_handle()
This commit is contained in:
Andrey Volk 2020-02-28 00:48:55 +04:00 committed by GitHub
commit 695ba877aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -597,7 +597,6 @@ static switch_status_t av_init_handle(switch_file_handle_t *handle, switch_image
opts[0] = *vlc_args;
if (acontext) opts[1] = switch_core_sprintf(acontext->pool, "--sout=%s", acontext->path);
vcontext = acontext->vcontext;
pool = acontext->pool;