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:
parent
73258909db
commit
742989c952
@ -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