]> granicus.if.org Git - vim/commitdiff
patch 7.4.1059 v7.4.1059
authorBram Moolenaar <Bram@vim.org>
Thu, 7 Jan 2016 20:28:24 +0000 (21:28 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 7 Jan 2016 20:28:24 +0000 (21:28 +0100)
Problem:    Code will never be executed.
Solution:   Remove the code.

src/quickfix.c
src/version.c

index 1fda31134690dec22aaa69f05741484899861553..e231fdfe92e73ead3a042ad16b55a7f6456e5e18 100644 (file)
@@ -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);
index 34df592cfb94e5c3228434a5c788124776c9d8a0..61f804b7ab37be44b84051f3016435beff4e2e52 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1059,
 /**/
     1058,
 /**/