Commit 673c89b8 673c89b812c5ce8f04d8e2d6ebfba337c4ecdb70 by Sergey Poznyakoff

(imap4d_select0): Removed unused variable.

1 parent 627050a5
......@@ -35,7 +35,6 @@ imap4d_select0 (struct imap4d_command *command, char *arg, int flags)
{
char *mailbox_name, *sp = NULL;
int status;
struct passwd *pw;
/* FIXME: Check state. */
......