mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
sasl_helpers.idl: remove unused decode functions
Remove the decode_* functions as they are no longer needed, and this will reduce the amount of untested automatically generated code. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
883f2fa3d4
commit
2254d0e4b9
@ -17,8 +17,4 @@ interface sasl_helpers {
|
||||
[value(strlen_m(realm))] uint16 realm_length;
|
||||
[charset(UTF8)] uint8 realm[realm_length];
|
||||
} saslauthdRequest;
|
||||
|
||||
void decode_saslauthd(
|
||||
[in] saslauthdRequest req
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user