vim-patch:8.2.3490: superfluous return statements #15978

Problem:    Superfluous return statements.
Solution:   Remove superfluous return statements from void functions.
            (closes vim/vim#8977)
3826c0513b
This commit is contained in:
dundargoc
2021-10-10 01:38:50 +02:00
committed by GitHub
parent 0fc8597f01
commit 5940a3415b
5 changed files with 0 additions and 8 deletions

View File

@@ -293,7 +293,6 @@ static void add_buff(buffheader_T *const buf, const char *const s, ptrdiff_t sle
buf->bh_curr->b_next = p;
buf->bh_curr = p;
}
return;
}
/*