From: Gary Lockyer Date: Mon, 3 Jun 2019 23:41:51 +0000 (+1200) Subject: cab.idl: remove unused decode functions X-Git-Tag: ldb-2.0.5~450 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d89808dfbbc6ca8f0d6d041f83a0330f7c16014;p=thirdparty%2Fsamba.git cab.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/cab.idl b/librpc/idl/cab.idl index 9f3a02c231c..8eaae591c1f 100644 --- a/librpc/idl/cab.idl +++ b/librpc/idl/cab.idl @@ -127,9 +127,4 @@ import "misc.idl"; [noprint,value(ndr_count_cfdata(r))] uint32 cfdata_count; CFDATA cfdata[cfdata_count]; } cab_file; - - void decode_cab_file( - [in] cab_file file - ); - }