summaryrefslogtreecommitdiff
path: root/source4/libcli/composite/composite.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-16 21:58:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:54 -0500
commit99d30a901f04eac38922112c00a211e8fdb575a5 (patch)
treec1ea5f5e02ec6f54ccaba008887430bde538b61b /source4/libcli/composite/composite.h
parent5dbebbe2add359da8c416634e3ec2d8e2569478a (diff)
downloadsamba-99d30a901f04eac38922112c00a211e8fdb575a5.tar.gz
samba-99d30a901f04eac38922112c00a211e8fdb575a5.tar.bz2
samba-99d30a901f04eac38922112c00a211e8fdb575a5.zip
r4782: volker quite rightly pointed out that there is too much of a
proliferation of void* in the composite code. This removes two of the void* pointers from the main composite structure. (This used to be commit 5a89a5ed0fa022fb380bf72065904633270f34aa)
Diffstat (limited to 'source4/libcli/composite/composite.h')
-rw-r--r--source4/libcli/composite/composite.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/libcli/composite/composite.h b/source4/libcli/composite/composite.h
index 321d3be943..2e50d0b1ed 100644
--- a/source4/libcli/composite/composite.h
+++ b/source4/libcli/composite/composite.h
@@ -39,12 +39,6 @@ struct smbcli_composite {
/* the currently running sub-request */
void *req;
- /* the current requests parameter block */
- void *req_parms;
-
- /* the parameters of the whole composite function */
- void *composite_parms;
-
/* a private pointer for use by the composite code */
void *private;