From 66218cf1fb7d2ea2c69ac4421f16c8c4bd62545d Mon Sep 17 00:00:00 2001 From: Gary Lockyer Date: Tue, 4 Jun 2019 11:42:44 +1200 Subject: [PATCH] krb5pac.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 --- librpc/idl/krb5pac.idl | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/librpc/idl/krb5pac.idl b/librpc/idl/krb5pac.idl index f27e7243ee4..fb360c1257f 100644 --- a/librpc/idl/krb5pac.idl +++ b/librpc/idl/krb5pac.idl @@ -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; -- 2.47.3