changeset 1364:33426716797a HEAD

cleanup
author Timo Sirainen <tss@iki.fi>
date Wed, 16 Apr 2003 17:30:58 +0300
parents 383e4b9e347c
children 6f65cc862649
files src/pop3/main.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/pop3/main.c	Wed Apr 16 17:24:12 2003 +0300
+++ b/src/pop3/main.c	Wed Apr 16 17:30:58 2003 +0300
@@ -58,7 +58,6 @@
 
 static int main_init(void)
 {
-	struct client *client;
 	struct mail_storage *storage;
 	const char *mail;
 
@@ -94,8 +93,7 @@
 		}
 	}
 
-	client = client_create(0, 1, storage);
-	return client != NULL;
+	return client_create(0, 1, storage) != NULL;
 }
 
 static void main_deinit(void)