Remove attempts to quieten compiler static-checking (more)
[exim.git] / src / src / transport.c
index f9ff521f78f5208429650d12f337e0f6345bb43c..aed743d6237d5ade007634d1c3fa7fefe03bdbdf 100644 (file)
@@ -1400,7 +1400,6 @@ if (write_pid > 0)
        int dummy = read(pfd[pipe_read], (void *)&save_errno, sizeof(int));
         dummy = read(pfd[pipe_read], (void *)&tctx->addr->more_errno, sizeof(int));
         dummy = read(pfd[pipe_read], (void *)&tctx->addr->delivery_time, sizeof(struct timeval));
-       dummy = dummy;          /* compiler quietening */
         yield = FALSE;
         }
       }