r6932: Comment out static function - not used anywhere?
authorTim Potter <tpot@samba.org>
Sun, 22 May 2005 10:21:29 +0000 (10:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:16:58 +0000 (13:16 -0500)
(This used to be commit 742989c952421ebdf2d21c98e1de1b2b74b9f435)

source4/librpc/ndr/ndr.c

index ce7efc4b1111d7b7b850296d6655e1af77d154c9..82967268665e87608e21abe06f8ef39cd00653b5 100644 (file)
@@ -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
 */