1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Comment out unused reg_create_path() and reg_delete_path().

These functions are unused. Comment them out for now.

Michael
(This used to be commit 0cb8399d7c)
This commit is contained in:
Michael Adam 2008-01-17 10:30:56 +01:00
parent 99b195a6aa
commit fcb47f5ea9

View File

@ -795,7 +795,10 @@ WERROR reg_deletesubkeys_recursive(TALLOC_CTX *ctx,
return reg_deletekey_recursive_internal(ctx, parent, path, false);
}
/*
#if 0
/* these two functions are unused. */
/**
* Utility function to create a registry key without opening the hive
* before. Assumes the hive already exists.
*/
@ -889,3 +892,4 @@ WERROR reg_delete_path(const struct nt_user_token *token,
TALLOC_FREE(hive);
return err;
}
#endif /* #if 0 */