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

index 211095da9dfdd17ff33a37601a3c970c0cd6fef7..50b52a55dc492487175ada527f0498f96fba3265 100644 (file)
@@ -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  */