Remove leftovers from the latest validator refactor.

This commit is contained in:
LCD 47 2013-10-25 15:08:41 +03:00
parent d238665385
commit 16b246e1c1

View File

@ -45,10 +45,8 @@ if !exists('g:syntastic_html_validator_nsfilter')
let g:syntastic_html_validator_nsfilter = ''
endif
let s:decoder = 'awk -f ' . syntastic#util#shescape(expand('<sfile>:p:h') . '/validator_decode.awk')
function! SyntaxCheckers_html_validator_IsAvailable()
return executable('curl') && executable('awk')
return executable('curl')
endfunction
function! SyntaxCheckers_html_validator_Preprocess(errors)