mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
vim-patch:7.4.1059
Problem: Code will never be executed.
Solution: Remove the code.
fd39d08fb6
This commit is contained in:
@@ -160,9 +160,6 @@ qf_init (
|
||||
{
|
||||
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