Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
justmao945 committed Sep 7, 2015
1 parent b85041b commit c2a3aed
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions plugin/clang.vim
Original file line number Diff line number Diff line change
Expand Up @@ -860,13 +860,6 @@ func! s:ClangCompleteInit(force)
endfor
endif

" discover include directories *again* for neocomplete.
if !exists('g:neocomplete#sources#include#paths')
let g:neocomplete#sources#include#paths = {}
endif
" FIXME: should not overwrite?
let g:neocomplete#sources#include#paths[&filetype] = join(l:default_incs, ',')

" backup options without PCH support
let b:clang_options_noPCH = b:clang_options
" try to find PCH files in clang_root and clang_root/include
Expand Down

0 comments on commit c2a3aed

Please sign in to comment.