From 944e10700c98f8ac71c2385fd96671167463fcf0 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 28 Feb 2010 13:53:28 +0100 Subject: Remove unused assignments/initializations found with llvm-clang. --- driver.c | 1 - 1 file changed, 1 deletion(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 8a43399a..7785b89c 100644 --- a/driver.c +++ b/driver.c @@ -1518,7 +1518,6 @@ is restored.")); smtp_close(ctl, 0); if (mailserver_socket != -1) { cleanupSockClose(mailserver_socket); - mailserver_socket = -1; } /* If there was a connect timeout, the socket should be closed. * mailserver_socket_temp contains the socket to close. -- cgit v1.2.3