summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-06-04 15:00:03 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2022-06-04 15:00:03 +0100
commit61e6a90d3193848fc07a024a0b0e4aaf644adc8a (patch)
tree1b3520577087694740b46de995243bc0b2f49aa2
parent3aa5fb00be821a198f42c69924ae02b393ac2b4b (diff)
downloadexim4-61e6a90d3193848fc07a024a0b0e4aaf644adc8a.tar.gz
tidying
-rw-r--r--src/src/exim.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/src/exim.c b/src/src/exim.c
index 1a4b44945..fd01d1355 100644
--- a/src/src/exim.c
+++ b/src/src/exim.c
@@ -4065,7 +4065,7 @@ defined) */
{
int old_pool = store_pool;
#ifdef MEASURE_TIMING
- struct timeval t0, diff;
+ struct timeval t0;
(void)gettimeofday(&t0, NULL);
#endif
@@ -4697,7 +4697,7 @@ needed in transports so we lost the optimisation. */
{
int old_pool = store_pool;
#ifdef MEASURE_TIMING
- struct timeval t0, diff;
+ struct timeval t0;
(void)gettimeofday(&t0, NULL);
#endif
@@ -5091,7 +5091,7 @@ if (f.daemon_listen || f.inetd_wait_mode || queue_interval > 0)
routines in it, so call even if tls_require_ciphers is unset */
{
# ifdef MEASURE_TIMING
- struct timeval t0, diff;
+ struct timeval t0;
(void)gettimeofday(&t0, NULL);
# endif
if (!tls_dropprivs_validate_require_cipher(FALSE))