From fd39d08fb6f61bc6c1366de8a7af19a42dc1b377 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 7 Jan 2016 21:28:24 +0100 Subject: [PATCH] patch 7.4.1059 Problem: Code will never be executed. Solution: Remove the code. --- src/quickfix.c | 3 --- src/version.c | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/quickfix.c b/src/quickfix.c index 1fda31134..e231fdfe9 100644 --- a/src/quickfix.c +++ b/src/quickfix.c @@ -162,9 +162,6 @@ qf_init(wp, efile, errorformat, newlist, qf_title) { qf_info_T *qi = &ql_info; - if (efile == NULL) - return FAIL; - if (wp != NULL) { qi = ll_get_or_alloc_list(wp); diff --git a/src/version.c b/src/version.c index 34df592cf..61f804b7a 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1059, /**/ 1058, /**/ -- 2.50.1