(imap4d_select0): Removed unused variable.
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment