From b5fdc3609ece3c3f56ed8a56ae2171d240c97fff Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 14 Nov 2005 00:57:19 +0000 Subject: r11709: Comment out unused function. (This used to be commit 8fe5eadafeda91e0540a30952a786949e0678511) --- source4/lib/registry/reg_backend_nt4.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/lib/registry') 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; -- cgit