diff options
Diffstat (limited to 'libgpo/gpext')
-rw-r--r-- | libgpo/gpext/gpext.c | 13 | ||||
-rw-r--r-- | libgpo/gpext/gpext.h | 6 |
2 files changed, 0 insertions, 19 deletions
diff --git a/libgpo/gpext/gpext.c b/libgpo/gpext/gpext.c index 99582dabe9d..7c83aa577fa 100644 --- a/libgpo/gpext/gpext.c +++ b/libgpo/gpext/gpext.c @@ -681,19 +681,6 @@ void gpext_debug_header(int lvl, /**************************************************************** ****************************************************************/ -NTSTATUS gpext_process_gpo_list_with_extension(TALLOC_CTX *mem_ctx, - uint32_t flags, - const struct security_token *token, - struct GROUP_POLICY_OBJECT *gpo_list, - const char *extension_guid, - const char *snapin_guid) -{ - return NT_STATUS_OK; -} - -/**************************************************************** -****************************************************************/ - static NTSTATUS gpext_check_gpo_for_gpext_presence(TALLOC_CTX *mem_ctx, uint32_t flags, const struct GROUP_POLICY_OBJECT *gpo, diff --git a/libgpo/gpext/gpext.h b/libgpo/gpext/gpext.h index ce6288cd4ef..01368b783f8 100644 --- a/libgpo/gpext/gpext.h +++ b/libgpo/gpext/gpext.h @@ -97,12 +97,6 @@ void gpext_debug_header(int lvl, struct GROUP_POLICY_OBJECT *gpo, const char *extension_guid, const char *snapin_guid); -NTSTATUS gpext_process_gpo_list_with_extension(TALLOC_CTX *mem_ctx, - uint32_t flags, - const struct security_token *token, - struct GROUP_POLICY_OBJECT *gpo_list, - const char *extension_guid, - const char *snapin_guid); NTSTATUS gpext_process_extension(TALLOC_CTX *mem_ctx, uint32_t flags, const struct security_token *token, |