summaryrefslogtreecommitdiff
path: root/src/quickfix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickfix.c')
-rw-r--r--src/quickfix.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/quickfix.c b/src/quickfix.c
index 1fda31134..e231fdfe9 100644
--- a/src/quickfix.c
+++ b/src/quickfix.c
@@ -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);