r11709: Comment out unused function.
authorTim Potter <tpot@samba.org>
Mon, 14 Nov 2005 00:57:19 +0000 (00:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:46:16 +0000 (13:46 -0500)
(This used to be commit 8fe5eadafeda91e0540a30952a786949e0678511)

source4/lib/registry/reg_backend_nt4.c

index 4d33f481e6090c344e7733791a1df6250e1161a3..38abaf64902ea8a58e8aa2af37419fa192b811d7 100644 (file)
@@ -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;