Remove unused line

This commit is contained in:
Marco Hinz 2018-04-13 14:59:11 +02:00
parent 38cb96c987
commit b199f9eec0
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -308,7 +308,6 @@ function! s:expand_cmd(vcs) abort
let cmd = s:replace(cmd, '%f', s:get_vcs_path(a:vcs))
let cmd = s:replace(cmd, '%d', s:difftool)
let cmd = s:replace(cmd, '%n', s:devnull)
let b:sy.info.cmd = cmd
return cmd
endfunction