# HG changeset patch # User Christian Brabandt # Date 1452198606 -3600 # Node ID cc0398578d2f9b7212081a57ae69a1de3b1d2c66 # Parent 1327a6efdcce6e2b6fa13939a521231266658433 commit https://github.com/vim/vim/commit/fd39d08fb6f61bc6c1366de8a7af19a42dc1b377 Author: Bram Moolenaar Date: Thu Jan 7 21:28:24 2016 +0100 patch 7.4.1059 Problem: Code will never be executed. Solution: Remove the code. diff --git a/src/quickfix.c b/src/quickfix.c --- a/src/quickfix.c +++ b/src/quickfix.c @@ -162,9 +162,6 @@ qf_init(wp, efile, errorformat, newlist, { 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 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1059, +/**/ 1058, /**/ 1057,