Remove a now redundant line
This commit is contained in:
parent
9e9e15bc87
commit
fb8df75ac3
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ endfunction
|
|||
|
||||
function! ale#engine#ClearJob(job) abort
|
||||
let l:job_id = s:GetJobID(a:job)
|
||||
let l:linter = s:job_info_map[l:job_id].linter
|
||||
|
||||
if has('nvim')
|
||||
call jobstop(a:job)
|
||||
|
|
Reference in a new issue