From ffbeabef646987f02b98cd1f781d3c2a614b3d24 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 22 May 2005 10:21:29 +0000 Subject: r6932: Comment out static function - not used anywhere? (This used to be commit 742989c952421ebdf2d21c98e1de1b2b74b9f435) --- source4/librpc/ndr/ndr.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4/librpc') diff --git a/source4/librpc/ndr/ndr.c b/source4/librpc/ndr/ndr.c index ce7efc4b11..8296726866 100644 --- a/source4/librpc/ndr/ndr.c +++ b/source4/librpc/ndr/ndr.c @@ -182,6 +182,10 @@ NTSTATUS ndr_push_expand(struct ndr_push *ndr, uint32_t size) return NT_STATUS_OK; } +/* This function does not appear to be used */ + +#if 0 + /* set the push offset to 'ofs' */ @@ -192,6 +196,8 @@ static NTSTATUS ndr_push_set_offset(struct ndr_push *ndr, uint32_t ofs) return NT_STATUS_OK; } +#endif + /* push a generic array */ -- cgit