diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-12-16 09:17:45 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-12-16 10:53:42 +0100 |
commit | 850b374deda678924235af3878239877298874cd (patch) | |
tree | 3167ffa6b0be8f62dfde7ed7c2f104e15f6e5ba4 | |
parent | d0ff10d40cbe503ef6d21edab8937b5e5c2b896d (diff) | |
download | samba-850b374deda678924235af3878239877298874cd.tar.gz samba-850b374deda678924235af3878239877298874cd.tar.bz2 samba-850b374deda678924235af3878239877298874cd.zip |
s4:libcli/rap: remove unused members from struct rap_call
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Fri Dec 16 10:53:42 CET 2011 on sn-devel-104
-rw-r--r-- | source4/libcli/rap/rap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/libcli/rap/rap.h b/source4/libcli/rap/rap.h index 45bcbd7c6a..c611f001f1 100644 --- a/source4/libcli/rap/rap.h +++ b/source4/libcli/rap/rap.h @@ -60,9 +60,6 @@ struct rap_call { const char *datadesc; const char *auxdatadesc; - uint16_t status; - uint16_t convert; - uint16_t rcv_paramlen, rcv_datalen; struct ndr_push *ndr_push_param; |