From f87fb741574d78aab11d72002eade67fffe1ba43 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 18 Sep 2025 23:25:47 +0300 Subject: [PATCH] acl: struct acl_backend_vfile - Remove unused set --- src/plugins/acl/acl-backend-vfile.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.47.3