From: Gary Lockyer Date: Mon, 3 Jun 2019 23:43:24 +0000 (+1200) Subject: negoex.idl: remove unused decode functions X-Git-Tag: ldb-2.0.5~447 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=939d72df4b5d01cac3e4233e20e4b48c99ecc6b7;p=thirdparty%2Fsamba.git negoex.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/librpc/idl/negoex.idl b/librpc/idl/negoex.idl index e2f8222b4d5..eb3511d3631 100644 --- a/librpc/idl/negoex.idl +++ b/librpc/idl/negoex.idl @@ -149,8 +149,4 @@ interface negoex uint32 count; negoex_MESSAGE messages[count]; } negoex_MESSAGE_ARRAY; - - void decode_negoex_MESSAGE( - [in] negoex_MESSAGE_ARRAY array - ); }