From: Gary Lockyer Date: Mon, 3 Jun 2019 23:46:05 +0000 (+1200) Subject: winsrepl.idl: remove unused decode functions X-Git-Tag: ldb-2.0.5~442 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92d37950765a72f8a60b3aec27b73d1e0d6d184c;p=thirdparty%2Fsamba.git winsrepl.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/winsrepl.idl b/source4/librpc/idl/winsrepl.idl index f60449ec4b2..23b14990e7d 100644 --- a/source4/librpc/idl/winsrepl.idl +++ b/source4/librpc/idl/winsrepl.idl @@ -171,9 +171,4 @@ import "nbt.idl"; [value(ndr_size_wrepl_packet(&packet, ndr->flags))] uint32 size; wrepl_packet packet; } wrepl_wrap; - - void decode_winsrepl( - [in] wrepl_wrap p - ); - }