From: Volker Lendecke Date: Thu, 26 Apr 2012 08:42:38 +0000 (+0200) Subject: s3: Remove an unused variable X-Git-Tag: samba-4.0.0alpha20~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05456aca348deb8b72be38ba23b1945013fa2a69;p=thirdparty%2Fsamba.git s3: Remove an unused variable Autobuild-User: Volker Lendecke Autobuild-Date: Thu Apr 26 12:17:14 CEST 2012 on sn-devel-104 --- diff --git a/source3/registry/reg_api.c b/source3/registry/reg_api.c index a32ad8d38a5..26a14815ada 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;