X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/f15b0e22422af2e14091e0ac6a58454b6849cba6..2bde51964df7b459f1cc6853ffa7f5466d02554f:/src/src/match.c?ds=sidebyside diff --git a/src/src/match.c b/src/src/match.c index 2f6c92251..18de97796 100644 --- a/src/src/match.c +++ b/src/src/match.c @@ -104,8 +104,6 @@ uschar *filename = NULL; uschar *keyquery, *result, *semicolon; void *handle; -error = error; /* Keep clever compilers from complaining */ - if (valueptr) *valueptr = NULL; /* For regular expressions, use cb->origsubject rather than cb->subject so that @@ -1004,8 +1002,6 @@ uschar *subject = cb->address; const uschar *s; uschar *pdomain, *sdomain; -error = error; /* Keep clever compilers from complaining */ - DEBUG(D_lists) debug_printf("address match test: subject=%s pattern=%s\n", subject, pattern);