diff options
author | Tim Potter <tpot@samba.org> | 2005-11-14 00:57:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:46:16 -0500 |
commit | b5fdc3609ece3c3f56ed8a56ae2171d240c97fff (patch) | |
tree | 4539aded107410f11248fc0e1664b413e1fc4b4c | |
parent | 5da7edac6d9c32b483276930cf05ff4736258fb8 (diff) | |
download | samba-b5fdc3609ece3c3f56ed8a56ae2171d240c97fff.tar.gz samba-b5fdc3609ece3c3f56ed8a56ae2171d240c97fff.tar.bz2 samba-b5fdc3609ece3c3f56ed8a56ae2171d240c97fff.zip |
r11709: Comment out unused function.
(This used to be commit 8fe5eadafeda91e0540a30952a786949e0678511)
-rw-r--r-- | source4/lib/registry/reg_backend_nt4.c | 4 |
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; |