commit | 6dff58f15cede9139b2fcfc64c9064326ea3d3b0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 30 21:43:26 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 30 21:43:26 2018 +0200 |
tree | f2326055f5fe8bb5948374155f11bd220c1d9dc7 | |
parent | f45d747ebf920940b041f5c75c2bfdffb6b670ae [diff] [blame] |
patch 8.1.0443: unnecessary static function prototypes Problem: Unnecessary static function prototypes. Solution: Remove unnecessary prototypes.
diff --git a/src/version.c b/src/version.c index f3a72ec..8f75fef 100644 --- a/src/version.c +++ b/src/version.c
@@ -79,8 +79,6 @@ } #endif -static void list_features(void); - static char *(features[]) = { #ifdef HAVE_ACL @@ -795,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 443, +/**/ 442, /**/ 441,