summaryrefslogtreecommitdiff
path: root/source3/registry/reg_api_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/registry/reg_api_util.h')
-rw-r--r--source3/registry/reg_api_util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/registry/reg_api_util.h b/source3/registry/reg_api_util.h
index d2d7894d78..a70fa72561 100644
--- a/source3/registry/reg_api_util.h
+++ b/source3/registry/reg_api_util.h
@@ -32,8 +32,6 @@ WERROR reg_open_path(TALLOC_CTX *mem_ctx, const char *orig_path,
uint32 desired_access, const struct security_token *token,
struct registry_key **pkey);
-#if 0
-/* currently unused */
WERROR reg_create_path(TALLOC_CTX *mem_ctx, const char *orig_path,
uint32 desired_access,
const struct security_token *token,
@@ -41,6 +39,5 @@ WERROR reg_create_path(TALLOC_CTX *mem_ctx, const char *orig_path,
struct registry_key **pkey);
WERROR reg_delete_path(const struct security_token *token,
const char *orig_path);
-#endif
#endif /* _REG_API_UTIL_H */