1
0
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:
Gary Lockyer
2019-06-04 11:45:40 +12:00
committed by Andrew Bartlett
parent 883f2fa3d4
commit 2254d0e4b9

View File

@ -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
);
}