Removed unused variables.
authorDave West <davew@uncensored.citadel.org>
Tue, 27 May 2008 20:57:17 +0000 (20:57 +0000)
committerDave West <davew@uncensored.citadel.org>
Tue, 27 May 2008 20:57:17 +0000 (20:57 +0000)
citadel/modules/pop3/serv_pop3.c

index 5911f4761d16549b5dffe0978a9f1c94e5575396..aee455fed4e5d7b23b0eccd0bb1c598671e114b7 100644 (file)
@@ -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) ) {