summaryrefslogtreecommitdiffstats
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-07-25 11:26:22 +0200
committerStefan Metzmacher <metze@samba.org>2012-07-25 12:15:05 +0200
commitbb6761c127456d56d7d39fffe26ada2e56b0b3ed (patch)
treee3c0a82718aa61906de5d0bac166035f196382aa /source3/include/client.h
parente20e84d5271577b5e610283d8b07b2ef6230d290 (diff)
downloadsamba-bb6761c127456d56d7d39fffe26ada2e56b0b3ed.tar.gz
samba-bb6761c127456d56d7d39fffe26ada2e56b0b3ed.tar.xz
samba-bb6761c127456d56d7d39fffe26ada2e56b0b3ed.zip
s3:libsmb: remove unused cli_state->smb2.pid
metze
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 34bdda121e..748f78e0f4 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -108,7 +108,6 @@ struct cli_state {
} smb1;
struct {
- uint32_t pid;
struct smbXcli_session *session;
struct smbXcli_tcon *tcon;
} smb2;