mirror of
https://github.com/zoriya/vim.git
synced 2025-12-20 06:05:18 +00:00
patch 8.2.3490: superfluous return statements
Problem: Superfluous return statements.
Solution: Remove superfluous return statements from void functions.
(closes #8977)
This commit is contained in:
committed by
Bram Moolenaar
parent
35a319b77f
commit
3826c0513b
@@ -3029,8 +3029,6 @@ buflist_setfpos(
|
||||
wip->wi_prev = NULL;
|
||||
if (wip->wi_next)
|
||||
wip->wi_next->wi_prev = wip;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef FEAT_DIFF
|
||||
|
||||
Reference in New Issue
Block a user