]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ntp_signd.idl: remove unused decode functions
authorGary Lockyer <gary@catalyst.net.nz>
Mon, 3 Jun 2019 23:44:46 +0000 (11:44 +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>
source4/librpc/idl/ntp_signd.idl

index b78420569854b47e4f5c7511d6c7d8c7f27a844b..c081ca0d6b2662a4f554e271bb816dc4b1b5ac71 100644 (file)
@@ -37,10 +37,4 @@ interface ntp_signd
                uint32 packet_id;
                [flag(NDR_REMAINING)]   DATA_BLOB signed_packet;
        } signed_reply;
-
-       void decode_sign_requst(
-               [in] sign_request request
-               );
-
-       
 }