summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2019-06-04 11:29:49 +1200
committerAndrew Bartlett <abartlet@samba.org>2019-06-06 03:30:18 +0000
commit0195e8d4642006405b21d92e69a1491c68956b03 (patch)
treec7b2fa3d742dafeb802ab12473ab1acda0917dd2 /librpc
parent41afed1189bc6f645450e474bee26f8f3f199623 (diff)
downloadsamba-0195e8d4642006405b21d92e69a1491c68956b03.tar.gz
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 <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/ntlmssp.idl22
1 files changed, 0 insertions, 22 deletions
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
- );
-
}