mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 7.4.1059
Problem: Code will never be executed. Solution: Remove the code.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user