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

index 4799066d7c4af00c4ae44510687561c4dbf4e327..f984b7b0b4caa753980212673fe4a1b6d6fff5a1 100644 (file)
@@ -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
-               );
-
 }