sasl_helpers.idl: remove unused decode functions
authorGary Lockyer <gary@catalyst.net.nz>
Mon, 3 Jun 2019 23:45:40 +0000 (11:45 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 03:30:18 +0000 (03:30 +0000)
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>
source4/librpc/idl/sasl_helpers.idl

index 344d491d27270e34cf462222e1159cb3006c13cc..5f5d52115e9523f2ca11b87771444f973fd53973 100644 (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
-               );
 }