Remove a now redundant line
This commit is contained in:
parent
9e9e15bc87
commit
fb8df75ac3
@ -53,7 +53,6 @@ endfunction
|
|||||||
|
|
||||||
function! ale#engine#ClearJob(job) abort
|
function! ale#engine#ClearJob(job) abort
|
||||||
let l:job_id = s:GetJobID(a:job)
|
let l:job_id = s:GetJobID(a:job)
|
||||||
let l:linter = s:job_info_map[l:job_id].linter
|
|
||||||
|
|
||||||
if has('nvim')
|
if has('nvim')
|
||||||
call jobstop(a:job)
|
call jobstop(a:job)
|
||||||
|
Loading…
Reference in New Issue
Block a user