summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/registry/reg_db.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/registry/reg_db.c b/source3/registry/reg_db.c
index 489c094b15..39411fe150 100644
--- a/source3/registry/reg_db.c
+++ b/source3/registry/reg_db.c
@@ -686,11 +686,6 @@ int regdb_fetch_values( const char* key, REGVAL_CTR *values )
return regval_ctr_numvals(values);
}
-/***********************************************************************
- Stub function since we do not currently support storing registry
- values in the registry.tdb
- ***********************************************************************/
-
BOOL regdb_store_values( const char *key, REGVAL_CTR *values )
{
TDB_DATA old_data, data;