From: Bram Moolenaar Date: Thu, 7 Jan 2016 20:28:24 +0000 (+0100) Subject: patch 7.4.1059 X-Git-Tag: v7.4.1059 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd39d08fb6f61bc6c1366de8a7af19a42dc1b377;p=vim patch 7.4.1059 Problem: Code will never be executed. Solution: Remove the code. --- 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, /**/