Commit 397905e7 397905e714f165152dffed249f44c2173e523a5b by Sergey Poznyakoff

Remove unused variables

1 parent 5d93410a
......@@ -150,8 +150,6 @@ pop3d_apop (const char *arg)
char buf[POP_MAXCMDLEN];
struct md5_ctx md5context;
unsigned char md5digest[16];
int status;
char *mailbox_name = NULL;
if (state != AUTHORIZATION)
return ERR_WRONG_STATE;
......