1
0
forked from aniani/vim

patch 7.4.1059

Problem:    Code will never be executed.
Solution:   Remove the code.
This commit is contained in:
Bram Moolenaar 2016-01-07 21:28:24 +01:00
parent 75bdf6aa30
commit fd39d08fb6
2 changed files with 2 additions and 3 deletions

View File

@ -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);

View File

@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1059,
/**/
1058,
/**/