diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/registry/reg_api.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/registry/reg_api.c b/source3/registry/reg_api.c index a32ad8d38a..26a14815ad 100644 --- a/source3/registry/reg_api.c +++ b/source3/registry/reg_api.c @@ -554,7 +554,6 @@ WERROR reg_createkey(TALLOC_CTX *ctx, struct registry_key *parent, enum winreg_CreateAction *paction) { struct registry_key *key = parent; - struct registry_key *create_parent; TALLOC_CTX *mem_ctx; char *path, *end; WERROR err; |