From: Rahul Sathanapalli Date: Sun, 5 Apr 2020 14:55:23 +0000 (+0530) Subject: Removed unused function X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/bba759149f1c4494c8751a268994d2926c9591a7 Removed unused function --- diff --git a/autoload/flake8.vim b/autoload/flake8.vim index 13fe768..180bcad 100644 --- a/autoload/flake8.vim +++ b/autoload/flake8.vim @@ -199,10 +199,6 @@ function! s:Flake8() " {{{ endfunction " }}} -function! s:MakeMap(results) " {{{ - for result in a:results - endfor -endfunction " }}} "" markers function! s:PlaceMarkers(results) " {{{