Skip to content

Commit fd39d08

Browse files
committed
patch 7.4.1059
Problem: Code will never be executed. Solution: Remove the code.
1 parent 75bdf6a commit fd39d08

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/quickfix.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ qf_init(wp, efile, errorformat, newlist, qf_title)
162162
{
163163
qf_info_T *qi = &ql_info;
164164

165-
if (efile == NULL)
166-
return FAIL;
167-
168165
if (wp != NULL)
169166
{
170167
qi = ll_get_or_alloc_list(wp);

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
1059,
744746
/**/
745747
1058,
746748
/**/

0 commit comments

Comments
 (0)