From: Gary Lockyer Date: Mon, 3 Jun 2019 23:43:07 +0000 (+1200) Subject: nbt.idl: remove unused decode functions X-Git-Tag: ldb-2.0.5~448 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5cf33fa39d70722c69fd5d38d32f481aedcb645;p=thirdparty%2Fsamba.git nbt.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/nbt.idl b/librpc/idl/nbt.idl index 211095da9df..50b52a55dc4 100644 --- a/librpc/idl/nbt.idl +++ b/librpc/idl/nbt.idl @@ -493,10 +493,6 @@ interface nbt [switch_is(ntver)] netlogon_samlogon_response_union data; } netlogon_samlogon_response; - void decode_netlogon_samlogon_response_packet( - [in] netlogon_samlogon_response packet - ); - /* query for pdc request */ typedef struct { astring computer_name; @@ -579,10 +575,6 @@ interface nbt [switch_is(command)] nbt_netlogon_request req; } nbt_netlogon_packet; - void decode_nbt_netlogon_packet( - [in] nbt_netlogon_packet packet - ); - /********************************************************/ /* \MAILSLOT\BROWSE mailslot requests */ /* for details see http://ubiqx.org/cifs/Browsing.html */