summaryrefslogtreecommitdiff
path: root/libcli/security/secacl.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-10-25 08:30:00 +1100
committerAndrew Bartlett <abartlet@samba.org>2010-10-24 22:21:23 +0000
commit14686e4b5a4faeed5868e2e16121acd47ff5ba43 (patch)
tree32ef91a50f2c2046dacacdc8ed533c45247bd0a6 /libcli/security/secacl.h
parentcaf77f7c73419064b3a4cea68d0b8591a4ec486a (diff)
downloadsamba-14686e4b5a4faeed5868e2e16121acd47ff5ba43.tar.gz
samba-14686e4b5a4faeed5868e2e16121acd47ff5ba43.tar.bz2
samba-14686e4b5a4faeed5868e2e16121acd47ff5ba43.zip
libcli/security Remove unused sec_acl_equal()
This was orphaned by changing sec_desc_equal() to the stricter security_descriptor_equal() by f4195183a47b0e7c8bc9644d62b123f7880f3fcd in 2009. (The difference here was that sec_acl_equal allowed for equivilent ordering. I've checked the callers, and this function is only used to skip actual ACL sets, or to reference a cache, so this seems Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sun Oct 24 22:21:23 UTC 2010 on sn-devel-104
Diffstat (limited to 'libcli/security/secacl.h')
-rw-r--r--libcli/security/secacl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcli/security/secacl.h b/libcli/security/secacl.h
index 9f1e8fa183..90fafe9e04 100644
--- a/libcli/security/secacl.h
+++ b/libcli/security/secacl.h
@@ -26,7 +26,6 @@
struct security_acl *make_sec_acl(TALLOC_CTX *ctx, enum security_acl_revision revision,
int num_aces, struct security_ace *ace_list);
struct security_acl *dup_sec_acl(TALLOC_CTX *ctx, struct security_acl *src);
-bool sec_acl_equal(struct security_acl *s1, struct security_acl *s2);
#endif /*_SECACL_H_*/