summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/wkssvc.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-17 12:46:11 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-17 12:46:11 +0000
commitf1462caf612c7e89fd1ae58142108122d07d67fa (patch)
tree05f01bea979957feed87bb4877e45950bbb8f80d /source4/torture/rpc/wkssvc.c
parent892aa2fc75075e3762dbd5c43b8b0d6550e6e208 (diff)
downloadsamba-f1462caf612c7e89fd1ae58142108122d07d67fa.tar.gz
samba-f1462caf612c7e89fd1ae58142108122d07d67fa.tar.bz2
samba-f1462caf612c7e89fd1ae58142108122d07d67fa.zip
remove an unused variable
(This used to be commit 1a885e4abe47d3442cba1dd6d2286ae276dd8ecc)
Diffstat (limited to 'source4/torture/rpc/wkssvc.c')
-rw-r--r--source4/torture/rpc/wkssvc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/rpc/wkssvc.c b/source4/torture/rpc/wkssvc.c
index eb85a4c428..436062fafe 100644
--- a/source4/torture/rpc/wkssvc.c
+++ b/source4/torture/rpc/wkssvc.c
@@ -50,7 +50,6 @@ BOOL torture_rpc_wkssvc(int dummy)
struct dcerpc_pipe *p;
TALLOC_CTX *mem_ctx;
BOOL ret = True;
- struct policy_handle handle;
mem_ctx = talloc_init("torture_rpc_wkssvc");