Remove unused variable

This commit is contained in:
Teo Ljungberg 2018-04-04 20:44:18 +02:00 committed by Tim Pope
parent 3bdac8b603
commit 63a80f4bfe

View File

@ -2685,7 +2685,6 @@ function! s:BufReadObject() abort
if b:fugitive_type !~# '^\%(tag\|commit\|tree\|blob\)$'
return "echoerr ".string("fugitive: unrecognized git type '".b:fugitive_type."'")
endif
let firstline = getline('.')
if !exists('b:fugitive_display_format') && b:fugitive_type != 'blob'
let b:fugitive_display_format = +getbufvar('#','fugitive_display_format')
endif