From fd1c610868d744dd704d4c31245fddd0c8d4a287 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 8 Oct 2003 18:30:39 +0000 Subject: Removed an unused variable. 2003-10-08 Jeffrey Stedfast * providers/smtp/camel-smtp-transport.c (smtp_helo): Removed an unused variable. svn path=/trunk/; revision=22823 --- camel/providers/smtp/camel-smtp-transport.c | 1 - 1 file changed, 1 deletion(-) (limited to 'camel/providers') diff --git a/camel/providers/smtp/camel-smtp-transport.c b/camel/providers/smtp/camel-smtp-transport.c index 62a4cbf4a5..3d8c4118aa 100644 --- a/camel/providers/smtp/camel-smtp-transport.c +++ b/camel/providers/smtp/camel-smtp-transport.c @@ -859,7 +859,6 @@ smtp_helo (CamelSmtpTransport *transport, CamelException *ex) { /* say hello to the server */ char *name = NULL, *cmdbuf = NULL, *respbuf = NULL; - gboolean tried_numeric_host = FALSE; struct hostent *host; CamelException err; const char *token; -- cgit v1.2.3