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) ...@@ -35,7 +35,6 @@ imap4d_select0 (struct imap4d_command *command, char *arg, int flags)
35 { 35 {
36 char *mailbox_name, *sp = NULL; 36 char *mailbox_name, *sp = NULL;
37 int status; 37 int status;
38 struct passwd *pw;
39 38
40 /* FIXME: Check state. */ 39 /* FIXME: Check state. */
41 40
......