summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-05-22 10:21:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:58 -0500
commitffbeabef646987f02b98cd1f781d3c2a614b3d24 (patch)
treecec42e8cf21e0f41dfd03530154fcf2bc8bf468f /source4/librpc/ndr/ndr.c
parentfc21940da5d35ae03f73834fb6ed61de5dc15bf1 (diff)
downloadsamba-ffbeabef646987f02b98cd1f781d3c2a614b3d24.tar.gz
samba-ffbeabef646987f02b98cd1f781d3c2a614b3d24.tar.bz2
samba-ffbeabef646987f02b98cd1f781d3c2a614b3d24.zip
r6932: Comment out static function - not used anywhere?
(This used to be commit 742989c952421ebdf2d21c98e1de1b2b74b9f435)
Diffstat (limited to 'source4/librpc/ndr/ndr.c')
-rw-r--r--source4/librpc/ndr/ndr.c6
1 files changed, 6 insertions, 0 deletions
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
*/