1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r6932: Comment out static function - not used anywhere?

(This used to be commit 742989c952421ebdf2d21c98e1de1b2b74b9f435)
This commit is contained in:
Tim Potter 2005-05-22 10:21:29 +00:00 committed by Gerald (Jerry) Carter
parent fc21940da5
commit ffbeabef64

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