X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/50ef79ad104a8bd26fb21504c13f7e4866824098..d4c9963ace2b653f657c74abecfecb7546c722b1:/src/src/lookups/dnsdb.c diff --git a/src/src/lookups/dnsdb.c b/src/src/lookups/dnsdb.c index 1985964da..d06482143 100644 --- a/src/src/lookups/dnsdb.c +++ b/src/src/lookups/dnsdb.c @@ -80,8 +80,6 @@ static int type_values[] = { static void * dnsdb_open(const uschar * filename, uschar **errmsg) { -filename = filename; /* Keep picky compilers happy */ -errmsg = errmsg; /* Ditto */ return (void *)(-1); /* Any non-0 value */ } @@ -155,11 +153,6 @@ store as possible later, so we preallocate the result here */ gstring * yield = string_get(256); -handle = handle; /* Keep picky compilers happy */ -filename = filename; -length = length; -do_cache = do_cache; - /* If the string starts with '>' we change the output separator. If it's followed by ';' or ',' we set the TXT output separator. */