1
0
forked from aniani/vim

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:
=?UTF-8?q?Dundar=20G=C3=B6c?=
2021-10-09 15:39:25 +01:00
committed by Bram Moolenaar
parent 35a319b77f
commit 3826c0513b
6 changed files with 2 additions and 8 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3490,
/**/
3489,
/**/