Remove attempts to quieten compiler static-checking (more)
[exim.git] / src / src / transports / smtp.c
index 0f3ade9fd58e91b6c0c39e867b14548c4e2bb331..46663b0523dda55c1c0adea503eef8e2d32f7731 100644 (file)
@@ -3428,7 +3428,6 @@ uschar *message = NULL;
 uschar new_message_id[MESSAGE_ID_LENGTH + 1];
 smtp_context * sx = store_get(sizeof(*sx), TRUE);      /* tainted, for the data buffers */
 
-suppress_tls = suppress_tls;  /* stop compiler warning when no TLS support */
 *message_defer = FALSE;
 
 memset(sx, 0, sizeof(*sx));