From: Gary Lockyer Date: Mon, 3 Jun 2019 23:44:46 +0000 (+1200) Subject: ntp_signd.idl: remove unused decode functions X-Git-Tag: ldb-2.0.5~444 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=883f2fa3d4d736be704063cd88b0d5b6ce6c76bd;p=thirdparty%2Fsamba.git ntp_signd.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/source4/librpc/idl/ntp_signd.idl b/source4/librpc/idl/ntp_signd.idl index b7842056985..c081ca0d6b2 100644 --- a/source4/librpc/idl/ntp_signd.idl +++ b/source4/librpc/idl/ntp_signd.idl @@ -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 - ); - - }