summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/object_uuid.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-07-19 17:17:23 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-07-19 17:17:23 +0200
commitde2a9fb60704eda5ba22e5d3b14111628acef2e8 (patch)
tree07de4f130b1f4dc90c77ee2a65477564d7f69b42 /source4/torture/rpc/object_uuid.c
parent11fa3ed9ee1a05aabdba902db9899dfeb664b324 (diff)
downloadsamba-de2a9fb60704eda5ba22e5d3b14111628acef2e8.tar.gz
samba-de2a9fb60704eda5ba22e5d3b14111628acef2e8.tar.bz2
samba-de2a9fb60704eda5ba22e5d3b14111628acef2e8.zip
Remove unused variable.
Diffstat (limited to 'source4/torture/rpc/object_uuid.c')
-rw-r--r--source4/torture/rpc/object_uuid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/rpc/object_uuid.c b/source4/torture/rpc/object_uuid.c
index a70266697e..53d03a3ce9 100644
--- a/source4/torture/rpc/object_uuid.c
+++ b/source4/torture/rpc/object_uuid.c
@@ -35,7 +35,6 @@ static bool test_random_uuid(struct torture_context *torture)
{
NTSTATUS status;
struct dcerpc_pipe *p1, *p2;
- struct rpc_request *req;
struct GUID uuid;
struct dssetup_DsRoleGetPrimaryDomainInformation r1;
struct lsa_GetUserName r2;