commit | 580c1fcb4ad85360cd3a361c3c8e37b534153d60 | [log] [tgz] |
---|---|---|
author | dundargoc <gocdundar@gmail.com> | Fri Oct 06 19:41:14 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Fri Oct 06 19:41:14 2023 +0200 |
tree | 1b72b3e15198e21ba85f784b154656e07ba80bde | |
parent | 27e12c7669e36a8f60fefa9db9a08024efeb06e8 [diff] [blame] |
patch 9.0.1997: Some unused code in move.c and string.c Problem: Some unused code in move.c and string.c Solution: Remove it closes: #13288 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: dundargoc <gocdundar@gmail.com>
diff --git a/src/version.c b/src/version.c index ec25a12..a946279 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1997, +/**/ 1996, /**/ 1995,