patch 7.4.1059
Problem:    Code will never be executed.
Solution:   Remove the code.
diff --git a/src/quickfix.c b/src/quickfix.c
index 1fda311..e231fdf 100644
--- a/src/quickfix.c
+++ b/src/quickfix.c
@@ -162,9 +162,6 @@
 {
     qf_info_T	    *qi = &ql_info;
 
-    if (efile == NULL)
-	return FAIL;
-
     if (wp != NULL)
     {
 	qi = ll_get_or_alloc_list(wp);
diff --git a/src/version.c b/src/version.c
index 34df592..61f804b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1059,
+/**/
     1058,
 /**/
     1057,