diff src/smtp_in.c @ 376:028bc124d744

Removed unused variables.
author markus schnalke <meillo@marmaro.de>
date Sat, 14 Jan 2012 18:20:03 +0100
parents b27f66555ba8
children
line wrap: on
line diff
--- a/src/smtp_in.c	Sat Jan 14 18:14:07 2012 +0100
+++ b/src/smtp_in.c	Sat Jan 14 18:20:03 2012 +0100
@@ -162,7 +162,7 @@
 	message *msg = NULL;
 	smtp_connection *psc;
 	int len;
-	unsigned long size, msize;
+	unsigned long msize;
 
 	DEBUG(5) debugf("smtp_in entered, remote_host = %s\n", remote_host);