s3:registry: compile reg_create_path() & reg_delete_path()
[kai/samba.git] / source3 / registry / reg_api_util.c
index 045ad21517a5d5ca0009b8581ed44ab6014bb0c5..a6a59bb2e33d2b06ff97f029f97f71467d0833ee 100644 (file)
@@ -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 */