comparison src/version.c @ 16042:7952be788a49 v8.1.1026

patch 8.1.1026: unused condition commit https://github.com/vim/vim/commit/d00e024d9f2b631226c1dba83cb203739b0d02a3 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 20 21:42:20 2019 +0100 patch 8.1.1026: unused condition Problem: Unused condition. (Coverity) Solution: Remove the condition. Also remove unused #define.
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Mar 2019 21:45:04 +0100
parents 13ab270dd68d
children f4a206d7a04d
comparison
equal deleted inserted replaced
16041:d9834cd3a8b8 16042:7952be788a49
777 NULL 777 NULL
778 }; 778 };
779 779
780 static int included_patches[] = 780 static int included_patches[] =
781 { /* Add new patch number below this line */ 781 { /* Add new patch number below this line */
782 /**/
783 1026,
782 /**/ 784 /**/
783 1025, 785 1025,
784 /**/ 786 /**/
785 1024, 787 1024,
786 /**/ 788 /**/