dovecot-1.3: Removed some unused code.

dovecot at dovecot.org dovecot at dovecot.org
Wed Apr 8 01:15:33 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.3/rev/126a819f1fa7
changeset: 9043:126a819f1fa7
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Apr 07 18:15:25 2009 -0400
description:
Removed some unused code.
Patch by Diego Liziero.

diffstat:

1 file changed, 2 deletions(-)
src/plugins/acl/acl-mailbox-list.c |    2 --

diffs (19 lines):

diff -r 319a97b5cfd7 -r 126a819f1fa7 src/plugins/acl/acl-mailbox-list.c
--- a/src/plugins/acl/acl-mailbox-list.c	Tue Apr 07 18:01:57 2009 -0400
+++ b/src/plugins/acl/acl-mailbox-list.c	Tue Apr 07 18:15:25 2009 -0400
@@ -517,7 +517,6 @@ static void acl_mailbox_list_init_defaul
 	struct acl_mailbox_list *alist;
 	struct acl_backend *backend;
 	struct mail_namespace *ns;
-	enum mailbox_list_flags flags;
 	const char *current_username, *owner_username;
 	bool owner = TRUE;
 
@@ -540,7 +539,6 @@ static void acl_mailbox_list_init_defaul
 	if (backend == NULL)
 		i_fatal("ACL backend initialization failed");
 
-	flags = mailbox_list_get_flags(list);
 	if (list->mail_set->mail_full_filesystem_access) {
 		/* not necessarily, but safer to do this for now. */
 		i_fatal("mail_full_filesystem_access=yes is "


More information about the dovecot-cvs mailing list