diff options
Diffstat (limited to 'src/quickfix.c')
-rw-r--r-- | src/quickfix.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |