s4-acl: Remove unused variables from aclread module.
authorNadezhda Ivanova <nivanova@samba.org>
Mon, 6 Dec 2010 15:00:56 +0000 (17:00 +0200)
committerNadezhda Ivanova <nivanova@samba.org>
Mon, 6 Dec 2010 15:48:34 +0000 (16:48 +0100)
Autobuild-User: Nadezhda Ivanova <nivanova@samba.org>
Autobuild-Date: Mon Dec  6 16:48:35 CET 2010 on sn-devel-104

source4/dsdb/samdb/ldb_modules/acl_read.c

index 5ee7c951305bbcdeea408a1018799eb2d4ae7083..87144f92c49d96275b017a8de2a2e6c9111e1104 100644 (file)
@@ -57,14 +57,6 @@ static int aclread_callback(struct ldb_request *req, struct ldb_reply *ares)
 {
         struct ldb_context *ldb;
         struct aclread_context *ac;
-        struct ldb_result *acl_res;
-        struct ldb_message_element *parent;
-        static const char *acl_attrs[] = {
-                "nTSecurityDescriptor",
-                "objectSid",
-                "instanceType",
-                NULL
-        };
         int ret;
         unsigned int i;
         struct security_descriptor *sd;