X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/c007c9748e22d0d518cf254f31504d4a7a4db1ee..de11307f4085222c29051e5b8149ea3340707f26:/src/src/sieve.c diff --git a/src/src/sieve.c b/src/src/sieve.c index 1303646ab..9261b46af 100644 --- a/src/src/sieve.c +++ b/src/src/sieve.c @@ -2970,7 +2970,6 @@ while (*filter->pc) int m; struct String from; struct String importance; - struct String *options; struct String message; struct String method; struct Notification *already; @@ -2991,7 +2990,6 @@ while (*filter->pc) from.length=-1; importance.character=(uschar*)0; importance.length=-1; - options=(struct String*)0; message.character=(uschar*)0; message.length=-1; recipient=NULL;