mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +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;
|
qf_info_T *qi = &ql_info;
|
||||||
|
|
||||||
if (efile == NULL)
|
|
||||||
return FAIL;
|
|
||||||
|
|
||||||
if (wp != NULL) {
|
if (wp != NULL) {
|
||||||
qi = ll_get_or_alloc_list(wp);
|
qi = ll_get_or_alloc_list(wp);
|
||||||
}
|
}
|
||||||
|
@@ -625,7 +625,7 @@ static int included_patches[] = {
|
|||||||
// 1062 NA
|
// 1062 NA
|
||||||
// 1061,
|
// 1061,
|
||||||
// 1060 NA
|
// 1060 NA
|
||||||
// 1059,
|
1059,
|
||||||
// 1058,
|
// 1058,
|
||||||
// 1057,
|
// 1057,
|
||||||
// 1056,
|
// 1056,
|
||||||
|
Reference in New Issue
Block a user