]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
acl: struct acl_backend_vfile - Remove unused set
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 18 Sep 2025 20:25:47 +0000 (23:25 +0300)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 18 Sep 2025 20:33:24 +0000 (23:33 +0300)
src/plugins/acl/acl-backend-vfile.h

index 0c8eb75672037a81b614ee831eee3cd23b13965b..0550771c4723ac1ee16c2b75526d39b54a1a6713 100644 (file)
@@ -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;