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:
commit
695ba877aa
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue