From ffaebb53febb7441ee7cfccaf3819a29efd702d7 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 8 Aug 2000 23:37:31 +0000 Subject: Fix some compiler warnings. * mail-crypto.c, mail-format.c, message-thread.c: Fix some compiler warnings. svn path=/trunk/; revision=4615 --- mail/mail-crypto.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mail/mail-crypto.c') diff --git a/mail/mail-crypto.c b/mail/mail-crypto.c index 7f8c22af12..7314aaeffc 100644 --- a/mail/mail-crypto.c +++ b/mail/mail-crypto.c @@ -130,7 +130,6 @@ crypto_exec_with_passwd (char *path, char *argv[], const char *input, gboolean eof_seen, diag_eof_seen, passwd_eof_seen, input_eof_seen; size_t passwd_remaining, passwd_incr, input_remaining, input_incr; struct timeval timeout; - long tmp; if ((pipe (ip_fds) < 0 ) || (pipe (op_fds) < 0 ) || -- cgit v1.2.3