Skip to content

Commit db56abe

Browse files
committed
Remove small bit of dead code
1 parent c52aa5b commit db56abe

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

autoload/matchup/delim.vim

-5
Original file line numberDiff line numberDiff line change
@@ -1277,11 +1277,6 @@ endfunction
12771277

12781278
" }}}1
12791279

1280-
function! s:mod(i, n) " {{{1
1281-
return ((a:i % a:n) + a:n) % a:n
1282-
endfunction
1283-
" }}}1
1284-
12851280
" initialize script variables
12861281
let s:stopline = get(g:, 'matchup_delim_stopline', 400)
12871282

0 commit comments

Comments
 (0)