mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -04:00
patch 8.1.0443: unnecessary static function prototypes
Problem: Unnecessary static function prototypes. Solution: Remove unnecessary prototypes.
This commit is contained in:
@@ -79,8 +79,6 @@ init_longVersion(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
static void list_features(void);
|
||||
|
||||
static char *(features[]) =
|
||||
{
|
||||
#ifdef HAVE_ACL
|
||||
@@ -794,6 +792,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
443,
|
||||
/**/
|
||||
442,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user