Remove attempts to quieten compiler static-checking (more)
[exim.git] / src / src / dns.c
index b567c3e71813b87fdfdf5667e8c8a32a2f73f8b2..98c44b9f29225553941db47bcd5d93e33add3f46 100644 (file)
@@ -334,7 +334,6 @@ char * trace = NULL;
 #ifdef rr_trace
 # define TRACE DEBUG(D_dns)
 #else
-trace = trace;
 # define TRACE if (FALSE)
 #endif
 
@@ -1249,7 +1248,7 @@ switch (type)
 
        /* Extract the numerical SRV fields (p is incremented) */
        GETSHORT(priority, p);
-       GETSHORT(weight, p);    weight = weight; /* compiler quietening */
+       GETSHORT(weight, p);
        GETSHORT(port, p);
 
        /* Check the CSA version number */