aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/quickfix.c
diff options
context:
space:
mode:
authorMichael Ennen <mike.ennen@gmail.com>2016-05-19 21:33:03 -0700
committerMichael Ennen <mike.ennen@gmail.com>2016-05-19 21:34:57 -0700
commit3e1ab7c8d6f3455b0e5e366ddb2dd8e1336cf470 (patch)
treea1d6642ef154d354436368cd135b2614831b3ab0 /src/nvim/quickfix.c
parent0838d59a7ca7f616ffb793702b7a5484ba855aed (diff)
downloadrneovim-3e1ab7c8d6f3455b0e5e366ddb2dd8e1336cf470.tar.gz
rneovim-3e1ab7c8d6f3455b0e5e366ddb2dd8e1336cf470.tar.bz2
rneovim-3e1ab7c8d6f3455b0e5e366ddb2dd8e1336cf470.zip
vim-patch:7.4.1059
Problem: Code will never be executed. Solution: Remove the code. https://github.com/vim/vim/commit/fd39d08fb6f61bc6c1366de8a7af19a42dc1b377
Diffstat (limited to 'src/nvim/quickfix.c')
-rw-r--r--src/nvim/quickfix.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/quickfix.c b/src/nvim/quickfix.c
index 17cb8a86aa..151b9d3790 100644
--- a/src/nvim/quickfix.c
+++ b/src/nvim/quickfix.c
@@ -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);
}