masqmail
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 diff
1.1 --- a/src/smtp_in.c Sat Jan 14 18:14:07 2012 +0100 1.2 +++ b/src/smtp_in.c Sat Jan 14 18:20:03 2012 +0100 1.3 @@ -162,7 +162,7 @@ 1.4 message *msg = NULL; 1.5 smtp_connection *psc; 1.6 int len; 1.7 - unsigned long size, msize; 1.8 + unsigned long msize; 1.9 1.10 DEBUG(5) debugf("smtp_in entered, remote_host = %s\n", remote_host); 1.11