Skip to content

Commit f980dcb

Browse files
committed
Remove dead code
1 parent 100c82d commit f980dcb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

autoload/rails.vim

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,6 @@ function! s:readable_last_format(start) dict abort
305305
return ""
306306
endfunction
307307

308-
function! s:lastformat(start)
309-
return rails#buffer().last_format(a:start)
310-
endfunction
311-
312308
function! s:format(...)
313309
let format = rails#buffer().last_format(a:0 > 1 ? a:2 : line("."))
314310
return format ==# '' && a:0 ? a:1 : format

0 commit comments

Comments
 (0)