krb5pac.idl: remove unused decode functions
authorGary Lockyer <gary@catalyst.net.nz>
Mon, 3 Jun 2019 23:42:44 +0000 (11:42 +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>
librpc/idl/krb5pac.idl

index f27e7243ee429cb973727f90e843834ebb7f2964..fb360c1257f1fc20bff0a3d533a0485b48d550e8 100644 (file)
@@ -178,34 +178,6 @@ interface krb5pac
                [flag(NDR_REMAINING)] DATA_BLOB ChecksumAndSignature;
        } PAC_Validate;
 
-       [nopython] void decode_pac(
-               [in] PAC_DATA pac
-               );
-
-       [nopython] void decode_pac_raw(
-               [in] PAC_DATA_RAW pac
-               );
-
-       [nopython] void decode_login_info(
-               [in] PAC_LOGON_INFO logon_info
-               );
-
-       [nopython] void decode_login_info_ctr(
-               [in] PAC_LOGON_INFO_CTR logon_info_ctr
-               );
-
-       [nopython] void decode_credential_data_ndr(
-               [in] PAC_CREDENTIAL_DATA_NDR credential_data_ndr
-               );
-
-       [nopython] void decode_upn_dns_info(
-               [in] PAC_UPN_DNS_INFO upn_dns_info
-               );
-
-       [nopython] void decode_pac_validate(
-               [in] PAC_Validate pac_validate
-               );
-
        /* used for samba3 netsamlogon cache */
        typedef [public] struct {
                time_t timestamp;