From f5cf33fa39d70722c69fd5d38d32f481aedcb645 Mon Sep 17 00:00:00 2001 From: Gary Lockyer Date: Tue, 4 Jun 2019 11:43:07 +1200 Subject: [PATCH] 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 --- librpc/idl/nbt.idl | 8 -------- 1 file changed, 8 deletions(-) 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 */ -- 2.47.3