summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-11-04 08:30:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:28 -0500
commit7d4809f5af80fad081ac551f133e63f7e8ab8d5a (patch)
treef7e108e5add921c25e0620b732145ace869ab7c3 /source4/torture
parent252e010abf5e83a5223ab8c55ee00857581a91ba (diff)
downloadsamba-7d4809f5af80fad081ac551f133e63f7e8ab8d5a.tar.gz
samba-7d4809f5af80fad081ac551f133e63f7e8ab8d5a.tar.bz2
samba-7d4809f5af80fad081ac551f133e63f7e8ab8d5a.zip
r3524: Remove unused variable.
Andrew Bartlett (This used to be commit a9f57319b8016d7ec379160132f7ea07cb7d5123)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/dcom/simple.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/dcom/simple.c b/source4/torture/dcom/simple.c
index 2dc7e6f270..112ebcacc6 100644
--- a/source4/torture/dcom/simple.c
+++ b/source4/torture/dcom/simple.c
@@ -35,7 +35,6 @@ BOOL torture_dcom_simple(void)
struct GUID IID[2];
struct GUID clsid;
WERROR error;
- char pv[DEFAULT_TRANS];
struct dcom_interface *interfaces;
struct IStream_Read r_read;
struct IStream_Write r_write;