diff options
author | Gary Lockyer <gary@catalyst.net.nz> | 2019-06-04 11:45:40 +1200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2019-06-06 03:30:18 +0000 |
commit | 2254d0e4b90ff3ede7a5893a60299b699613e086 (patch) | |
tree | b1717386b59bb2a8512279819bde9c98ecdd6018 /source4 | |
parent | 883f2fa3d4d736be704063cd88b0d5b6ce6c76bd (diff) | |
download | samba-2254d0e4b90ff3ede7a5893a60299b699613e086.tar.gz |
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>
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/sasl_helpers.idl | 4 |
1 files changed, 0 insertions, 4 deletions
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 - ); } |