From 89d4032cae3f1e525978bea5015434af677faa44 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 29 Aug 2006 15:30:07 +0000 Subject: updated for version 7.0-070 --- src/quickfix.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/quickfix.c') diff --git a/src/quickfix.c b/src/quickfix.c index 6e3fa6afe..2e8737343 100644 --- a/src/quickfix.c +++ b/src/quickfix.c @@ -500,8 +500,6 @@ qf_init_ext(qi, efile, buf, tv, errorformat, newlist, lnumfirst, lnumlast) { if (tv != NULL) { - int len; - if (tv->v_type == VAR_STRING) { /* Get the next line from the supplied string */ -- cgit v1.2.1