Skip to content

Commit

Permalink
imapd.c:cmd_create() - remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov committed Aug 19, 2023
1 parent 49d4896 commit 81f1ab7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imap/imapd.c
Original file line number Diff line number Diff line change
Expand Up @@ -7513,7 +7513,6 @@ static void cmd_create(char *tag, char *name, struct dlist *extargs, int localon
prot_printf(s_conn->out, " (");
int printsp = 0;
if (specialuse.len) {
if (printsp) prot_putc(' ', s_conn->out);
printsp = 1;
prot_printf(s_conn->out, "USE (%s)", buf_cstring(&specialuse));
}
Expand Down

0 comments on commit 81f1ab7

Please sign in to comment.