commit | f38aad85cf8e4e930c96cb843bc136949c8dbd29 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Dec 30 13:45:57 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 30 13:45:57 2021 +0000 |
tree | f0f0bb71042ab3b49a8691fcc5beb55da1f1e2f1 | |
parent | 1c67f3a9779b99bed7aacb3108abbb649445d3ed [diff] [blame] |
patch 8.2.3947: unnecessary check for NULL pointer Problem: Unnecessary check for NULL pointer. Solution: Remove the check. (closes #9434)
diff --git a/src/version.c b/src/version.c index 25e40bf..56825f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3947, +/**/ 3946, /**/ 3945,