Add the Exim version to process info (exiwhat)
[exim.git] / src / src / exim.c
index 084d64990101108ddcf3b1cba9750e81740754e5..ceec9cb2a98d551067fd76d0f499e80f15452722 100644 (file)
@@ -230,7 +230,7 @@ to disrupt whatever is going on outside the signal handler. */
 
 if (fd < 0) return;
 
-{int dummy = write(fd, process_info, process_info_len); dummy = dummy; }
+(void)write(fd, process_info, process_info_len);
 (void)close(fd);
 }