summaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
author=?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com>2021-10-09 15:39:25 +0100
committerBram Moolenaar <Bram@vim.org>2021-10-09 15:39:25 +0100
commit3826c0513bc9370583be550c864358c7eeb5605a (patch)
tree8e9b5e6c9f29f51275ea2af4dca0152f5f108ccf /src/buffer.c
parent35a319b77f897744eec1155b736e9372c9c5575f (diff)
patch 8.2.3490: superfluous return statementsv8.2.3490
Problem: Superfluous return statements. Solution: Remove superfluous return statements from void functions. (closes #8977)
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index bcbdf839dd..56c1bf2f40 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -3029,8 +3029,6 @@ buflist_setfpos(
wip->wi_prev = NULL;
if (wip->wi_next)
wip->wi_next->wi_prev = wip;
-
- return;
}
#ifdef FEAT_DIFF