From: Gary Lockyer Date: Mon, 3 Jun 2019 23:45:40 +0000 (+1200) Subject: sasl_helpers.idl: remove unused decode functions X-Git-Tag: ldb-2.0.5~443 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2254d0e4b90ff3ede7a5893a60299b699613e086;p=thirdparty%2Fsamba.git 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 Reviewed-by: Andrew Bartlett --- diff --git a/source4/librpc/idl/sasl_helpers.idl b/source4/librpc/idl/sasl_helpers.idl index 344d491d272..5f5d52115e9 100644 --- a/source4/librpc/idl/sasl_helpers.idl +++ b/source4/librpc/idl/sasl_helpers.idl @@ -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 - ); }