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:
parent
fc21940da5
commit
ffbeabef64
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user