mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s4:librpc/rpc: remove unused rpc_request->ndr structure
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
cc899e8d96
commit
ce84ade56c
@ -62,14 +62,6 @@ struct rpc_request {
|
||||
bool ignore_timeout;
|
||||
bool wait_for_sync;
|
||||
|
||||
/* use by the ndr level async recv call */
|
||||
struct {
|
||||
const struct ndr_interface_table *table;
|
||||
uint32_t opnum;
|
||||
void *struct_ptr;
|
||||
TALLOC_CTX *mem_ctx;
|
||||
} ndr;
|
||||
|
||||
struct {
|
||||
void (*callback)(struct rpc_request *);
|
||||
void *private_data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user