diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-06-02 00:57:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:24 -0500 |
commit | d3dd8a430792b0173d5a93f69dbe788dce127f81 (patch) | |
tree | 3dc8d61e00968d7452bdd099da85ff34da993cdc /source4/librpc/ndr | |
parent | 6dd757005ae1c7165948a8a78bc960792bb8c6aa (diff) | |
download | samba-d3dd8a430792b0173d5a93f69dbe788dce127f81.tar.gz samba-d3dd8a430792b0173d5a93f69dbe788dce127f81.tar.bz2 samba-d3dd8a430792b0173d5a93f69dbe788dce127f81.zip |
r7184: remove unused ndr_pull/push_struct_start/end() functions
metze
(This used to be commit 95d3286a327467c32ee25fcac913fc5f3113a74b)
Diffstat (limited to 'source4/librpc/ndr')
-rw-r--r-- | source4/librpc/ndr/ndr.c | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/source4/librpc/ndr/ndr.c b/source4/librpc/ndr/ndr.c index 237b64d4eb..4137a997f0 100644 --- a/source4/librpc/ndr/ndr.c +++ b/source4/librpc/ndr/ndr.c @@ -407,36 +407,6 @@ NTSTATUS ndr_push_subcontext_header(struct ndr_push *ndr, } /* - mark the start of a structure -*/ -NTSTATUS ndr_pull_struct_start(struct ndr_pull *ndr) -{ - return NT_STATUS_OK; -} - -/* - mark the end of a structure -*/ -void ndr_pull_struct_end(struct ndr_pull *ndr) -{ -} - -/* - mark the start of a structure -*/ -NTSTATUS ndr_push_struct_start(struct ndr_push *ndr) -{ - return NT_STATUS_OK; -} - -/* - mark the end of a structure -*/ -void ndr_push_struct_end(struct ndr_push *ndr) -{ -} - -/* store a token in the ndr context, for later retrieval */ static NTSTATUS ndr_token_store(TALLOC_CTX *mem_ctx, |