X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/2aaa3cdd22a987cbf7c8343d3e6103ee521296dc..56dbf856f209bbd6c6e211e691b8fd898e01dfe8:/src/src/expand.c diff --git a/src/src/expand.c b/src/src/expand.c index ea10f990d..a39454c1b 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -2170,7 +2170,7 @@ BOOL testfor = TRUE; BOOL tempcond, combined_cond; BOOL *subcondptr; BOOL sub2_honour_dollar = TRUE; -int i, rc, cond_type, roffset; +int rc, cond_type, roffset; int_eximarith_t num[2]; struct stat statbuf; uschar name[256]; @@ -5344,7 +5344,6 @@ while (*s != 0) case EITEM_NHASH: case EITEM_SUBSTR: { - int i; int len; uschar *ret; int val[2] = { 0, -1 };