summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/registry/reg_backend_nt4.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/registry/reg_backend_nt4.c b/source4/lib/registry/reg_backend_nt4.c
index 4d33f481e6..38abaf6490 100644
--- a/source4/lib/registry/reg_backend_nt4.c
+++ b/source4/lib/registry/reg_backend_nt4.c
@@ -652,6 +652,8 @@ static WERROR regf_set_value (const struct registry_key *key, const char *name,
return WERR_NOT_SUPPORTED;
}
+#if 0 /* Unused */
+
static WERROR regf_save_hbin(struct registry_hive *hive, struct hbin_block *hbin)
{
struct regf_data *regf = hive->backend_data;
@@ -670,6 +672,8 @@ static WERROR regf_save_hbin(struct registry_hive *hive, struct hbin_block *hbin
return WERR_OK;
}
+#endif
+
static WERROR nt_open_hive (struct registry_hive *h, struct registry_key **key)
{
struct regf_data *regf;