From: Gary Lockyer Date: Mon, 3 Jun 2019 23:29:49 +0000 (+1200) Subject: ntlmssp.idl: remove unused decode functions X-Git-Tag: ldb-2.0.5~452 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0195e8d4642006405b21d92e69a1491c68956b03;p=thirdparty%2Fsamba.git ntlmssp.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/librpc/idl/ntlmssp.idl b/librpc/idl/ntlmssp.idl index 4799066d7c4..f984b7b0b4c 100644 --- a/librpc/idl/ntlmssp.idl +++ b/librpc/idl/ntlmssp.idl @@ -304,26 +304,4 @@ interface ntlmssp uint32 SeqNum; } NTLMSSP_MESSAGE_SIGNATURE_NTLMv2; - /* some ndrdump helpers */ - - void decode_NEGOTIATE_MESSAGE( - [in] NEGOTIATE_MESSAGE negotiate - ); - - void decode_CHALLENGE_MESSAGE( - [in] CHALLENGE_MESSAGE challenge - ); - - void decode_AUTHENTICATE_MESSAGE( - [in] AUTHENTICATE_MESSAGE authenticate - ); - - void decode_NTLMv2_CLIENT_CHALLENGE( - [in] NTLMv2_CLIENT_CHALLENGE challenge - ); - - void decode_NTLMv2_RESPONSE( - [in] NTLMv2_RESPONSE response - ); - }