]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: Remove an unused variable
authorVolker Lendecke <vl@samba.org>
Thu, 26 Apr 2012 08:42:38 +0000 (10:42 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 26 Apr 2012 10:17:13 +0000 (12:17 +0200)
Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Thu Apr 26 12:17:14 CEST 2012 on sn-devel-104

source3/registry/reg_api.c

index a32ad8d38a5671892e94abab6e9f4b08ce8b4c58..26a14815adaa8d7f84470c3ffef9ea69dbe41f27 100644 (file)
@@ -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;