summaryrefslogtreecommitdiff
path: root/source3/registry/reg_api_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/registry/reg_api_util.c')
-rw-r--r--source3/registry/reg_api_util.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/registry/reg_api_util.c b/source3/registry/reg_api_util.c
index 045ad21517..a6a59bb2e3 100644
--- a/source3/registry/reg_api_util.c
+++ b/source3/registry/reg_api_util.c
@@ -82,9 +82,6 @@ WERROR reg_open_path(TALLOC_CTX *mem_ctx, const char *orig_path,
return WERR_OK;
}
-#if 0
-/* these two functions are unused. */
-
/**
* Utility function to create a registry key without opening the hive
* before. Assumes the hive already exists.
@@ -179,4 +176,3 @@ WERROR reg_delete_path(const struct security_token *token,
TALLOC_FREE(hive);
return err;
}
-#endif /* #if 0 */