From: Volker Lendecke Date: Tue, 11 Aug 2015 10:44:08 +0000 (+0200) Subject: nfs4acls: Remove an obsolete comment X-Git-Tag: talloc-2.1.4~418 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf97ec56d26d03ddb1f182530e67c66dbc6c38fe;p=thirdparty%2Fsamba.git nfs4acls: Remove an obsolete comment Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher --- diff --git a/source3/modules/nfs4_acls.h b/source3/modules/nfs4_acls.h index 3749747ee55..e11845ebb4a 100644 --- a/source3/modules/nfs4_acls.h +++ b/source3/modules/nfs4_acls.h @@ -107,10 +107,6 @@ typedef struct _SMB_ACE4PROP_T { | SMB_ACE4_WRITE_ACL | SMB_ACE4_WRITE_OWNER | SMB_ACE4_SYNCHRONIZE ) } SMB_ACE4PROP_T; -/* - * Never allocate these structures on your own - * use create_smb4acl instead - */ struct SMB4ACL_T; struct SMB4ACE_T;