remove unused function (because of 2519d83
)
This commit is contained in:
parent
2519d83569
commit
746d0c063f
@ -15,12 +15,8 @@ if exists("g:loaded_syntastic_ruby_mri_checker")
|
|||||||
endif
|
endif
|
||||||
let g:loaded_syntastic_ruby_mri_checker=1
|
let g:loaded_syntastic_ruby_mri_checker=1
|
||||||
|
|
||||||
function! s:FindRubyExec()
|
|
||||||
return "ruby"
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
if !exists("g:syntastic_ruby_exec")
|
if !exists("g:syntastic_ruby_exec")
|
||||||
let g:syntastic_ruby_exec = s:FindRubyExec()
|
let g:syntastic_ruby_exec = "ruby"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
function! SyntaxCheckers_ruby_mri_IsAvailable()
|
function! SyntaxCheckers_ruby_mri_IsAvailable()
|
||||||
|
Loading…
Reference in New Issue
Block a user