svn commit: samba r6932 - in branches/SAMBA_4_0/source/librpc/ndr: .

tpot at samba.org tpot at samba.org
Sun May 22 10:21:29 GMT 2005


Author: tpot
Date: 2005-05-22 10:21:29 +0000 (Sun, 22 May 2005)
New Revision: 6932

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6932

Log:
Comment out static function - not used anywhere?

Modified:
   branches/SAMBA_4_0/source/librpc/ndr/ndr.c


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/ndr/ndr.c
===================================================================
--- branches/SAMBA_4_0/source/librpc/ndr/ndr.c	2005-05-22 10:02:53 UTC (rev 6931)
+++ branches/SAMBA_4_0/source/librpc/ndr/ndr.c	2005-05-22 10:21:29 UTC (rev 6932)
@@ -182,6 +182,10 @@
 	return NT_STATUS_OK;
 }
 
+/* This function does not appear to be used */
+
+#if 0
+
 /*
   set the push offset to 'ofs'
 */
@@ -192,6 +196,8 @@
 	return NT_STATUS_OK;
 }
 
+#endif
+
 /*
   push a generic array
 */



More information about the samba-cvs mailing list