From 3e63b6e9f731fe0144d07c35b16889e3296c9b4b Mon Sep 17 00:00:00 2001 From: Dave West Date: Tue, 27 May 2008 20:57:17 +0000 Subject: [PATCH] Removed unused variables. --- citadel/modules/pop3/serv_pop3.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/citadel/modules/pop3/serv_pop3.c b/citadel/modules/pop3/serv_pop3.c index 5911f4761..aee455fed 100644 --- a/citadel/modules/pop3/serv_pop3.c +++ b/citadel/modules/pop3/serv_pop3.c @@ -360,10 +360,6 @@ void pop3_stat(char *argbuf) { */ void pop3_retr(char *argbuf) { int which_one; - char *msgtext; - char *nextline; - char *chunk_to_send; - char prev_char; which_one = atoi(argbuf); if ( (which_one < 1) || (which_one > POP3->num_msgs) ) { -- 2.30.2