s3:registry: remove unused function normalize_dbkey()
[amitay/samba.git] / source3 / registry / reg_util_internal.h
index 886e58cda1913821158f77fcaf9faf9744e9d945..0cb370e59d73fab35b67859756a4d3f69970d11c 100644 (file)
@@ -23,7 +23,6 @@
 bool reg_split_path(char *path, char **base, char **new_path);
 bool reg_split_key(char *path, char **base, char **key);
 char *normalize_reg_path(TALLOC_CTX *ctx, const char *keyname );
-void normalize_dbkey(char *key);
 char *reg_remaining_path(TALLOC_CTX *ctx, const char *key);
 
 #endif /* _REG_UTIL_H */