From: Dave West Date: Tue, 27 May 2008 20:57:17 +0000 (+0000) Subject: Removed unused variables. X-Git-Tag: v7.86~2204 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=3e63b6e9f731fe0144d07c35b16889e3296c9b4b Removed unused variables. --- 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) ) {