Remove attempts to quieten compiler static-checking
[users/heiko/exim.git] / src / src / transports / smtp.c
index 12a1994646cea779ecbcb2b054c2874931c94a8a..0f3ade9fd58e91b6c0c39e867b14548c4e2bb331 100644 (file)
@@ -364,10 +364,6 @@ smtp_transport_setup(transport_instance *tblock, address_item *addrlist,
 {
 smtp_transport_options_block *ob = SOB tblock->options_block;
 
-errmsg = errmsg;    /* Keep picky compilers happy */
-uid = uid;
-gid = gid;
-
 /* Pass back options if required. This interface is getting very messy. */
 
 if (tf)
@@ -4528,7 +4524,6 @@ DEBUG(D_transport)
 
 /* Check the restrictions on line length */
 
-debug_printf("%s %d: max_received_linelength %u message_linelength_limit %u\n", __FUNCTION__, __LINE__, max_received_linelength, ob->message_linelength_limit);
 if (max_received_linelength > ob->message_linelength_limit)
   {
   struct timeval now;