From: Timo Sirainen Date: Thu, 18 Sep 2025 20:25:47 +0000 (+0300) Subject: acl: struct acl_backend_vfile - Remove unused set X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f87fb741574d78aab11d72002eade67fffe1ba43;p=thirdparty%2Fdovecot%2Fcore.git acl: struct acl_backend_vfile - Remove unused set --- diff --git a/src/plugins/acl/acl-backend-vfile.h b/src/plugins/acl/acl-backend-vfile.h index 0c8eb75672..0550771c47 100644 --- a/src/plugins/acl/acl-backend-vfile.h +++ b/src/plugins/acl/acl-backend-vfile.h @@ -35,7 +35,6 @@ struct acl_backend_vfile_acllist { struct acl_backend_vfile { struct acl_backend backend; - const struct acl_vfile_settings *set; pool_t acllist_pool; ARRAY(struct acl_backend_vfile_acllist) acllist;