1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

r6932: Comment out static function - not used anywhere?

This commit is contained in:
Tim Potter 2005-05-22 10:21:29 +00:00 committed by Gerald (Jerry) Carter
parent 73258909db
commit 742989c952

View 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
*/