From 1d89808dfbbc6ca8f0d6d041f83a0330f7c16014 Mon Sep 17 00:00:00 2001 From: Gary Lockyer Date: Tue, 4 Jun 2019 11:41:51 +1200 Subject: [PATCH] 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 --- librpc/idl/cab.idl | 5 ----- 1 file changed, 5 deletions(-) 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 - ); - } -- 2.47.3