From bba759149f1c4494c8751a268994d2926c9591a7 Mon Sep 17 00:00:00 2001 From: Rahul Sathanapalli Date: Sun, 5 Apr 2020 20:25:23 +0530 Subject: [PATCH] Removed unused function --- autoload/flake8.vim | 4 ---- 1 file changed, 4 deletions(-) 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) " {{{ -- 2.39.2