s3: Remove two unused variables
authorVolker Lendecke <vl@samba.org>
Tue, 8 Nov 2011 07:38:20 +0000 (08:38 +0100)
committerVolker Lendecke <vlendec@samba.org>
Tue, 8 Nov 2011 09:14:36 +0000 (10:14 +0100)
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Tue Nov  8 10:14:36 CET 2011 on sn-devel-104

source3/rpc_server/lsa/srv_lsa_nt.c

index bd14fb6e219c4d4941863102adbeebacdcbc491d..a83938acbe126d27a7646b8b2b1692a82949958e 100644 (file)
@@ -1848,8 +1848,6 @@ NTSTATUS _lsa_DeleteTrustedDomain(struct pipes_struct *p,
        NTSTATUS status;
        struct lsa_info *handle;
        struct pdb_trusted_domain *td;
-       struct samu *sam_acct;
-       char *acct_name;
 
        /* find the connection policy handle. */
        if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&handle)) {