From: Jennifer Sutton Date: Tue, 12 Aug 2025 21:54:00 +0000 (+1200) Subject: s4:dsdb: Remove outdated comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5cee3b2dbdf20cefe71461b921a13d4ed37113b;p=thirdparty%2Fsamba.git s4:dsdb: Remove outdated comments Signed-off-by: Jennifer Sutton Reviewed-by: Douglas Bagnall --- diff --git a/source4/dsdb/gmsa/gkdi.c b/source4/dsdb/gmsa/gkdi.c index 7acc1b4996e..4726e31b600 100644 --- a/source4/dsdb/gmsa/gkdi.c +++ b/source4/dsdb/gmsa/gkdi.c @@ -525,8 +525,6 @@ static const char *const root_key_attrs[] = { /* * Create and return a new GKDI root key. - * - * This function goes unused. */ int gkdi_new_root_key(TALLOC_CTX *mem_ctx, struct ldb_context *const ldb, diff --git a/source4/dsdb/gmsa/gkdi.h b/source4/dsdb/gmsa/gkdi.h index 4c5394167fd..bc40ef15c8c 100644 --- a/source4/dsdb/gmsa/gkdi.h +++ b/source4/dsdb/gmsa/gkdi.h @@ -44,8 +44,6 @@ NTTIME gkdi_root_key_use_start_time(const NTTIME current_time); /* * Create and return a new GKDI root key. - * - * This function goes unused. */ struct ldb_context; int gkdi_new_root_key(TALLOC_CTX *mem_ctx,