Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a630ed

Browse files
committed
Remove unused variable
1 parent 724075b commit 8a630ed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

autoload/ghcmod.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ function! ghcmod#info(fexp, path, module) "{{{
2323
endfunction "}}}
2424

2525
function! ghcmod#split(line, col, path, module) "{{{
26-
let l:tmpfile = tempname()
2726
" `ghc-mod split` is available since v5.0.0.
2827
let l:cmd = ghcmod#build_command(['split', a:path, a:module, a:line, a:col])
2928
let l:lines = s:system('split', l:cmd)

0 commit comments

Comments
 (0)