commit | 5055c56cfbedc6326c607d40c7a1241682f7675e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 12 22:15:31 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 12 22:15:31 2020 +0200 |
tree | d6c48637de428fbe90281d4b1394a78d2d36fc2f | |
parent | 37d1673ce007c46ec2338f3236ae1b7b0324bd25 [diff] [blame] |
patch 8.2.0965: has_funcundefined() is not used Problem: Has_funcundefined() is not used. Solution: Delete the function. (Dominique Pellé, closes #6242)
diff --git a/src/version.c b/src/version.c index 25a0962..bc4cc43 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 965, +/**/ 964, /**/ 963,