summaryrefslogtreecommitdiff
path: root/source3/registry/reg_util_internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/registry/reg_util_internal.c')
-rw-r--r--source3/registry/reg_util_internal.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/registry/reg_util_internal.c b/source3/registry/reg_util_internal.c
index 4cf8e2886b..47e2ce576f 100644
--- a/source3/registry/reg_util_internal.c
+++ b/source3/registry/reg_util_internal.c
@@ -120,16 +120,6 @@ char *normalize_reg_path(TALLOC_CTX *ctx, const char *keyname )
return nkeyname;
}
-/**
- * normalize ther registry path in place.
- */
-void normalize_dbkey(char *key)
-{
- size_t len = strlen(key);
- string_sub(key, "\\", "/", len+1);
- strupper_m(key);
-}
-
/**********************************************************************
move to next non-delimter character
*********************************************************************/