From: Gary Lockyer Date: Mon, 3 Jun 2019 23:32:40 +0000 (+1200) Subject: dnsp.idl: remove unused decode functions X-Git-Tag: ldb-2.0.5~451 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52cb4f11dd8f0b9fcf194ef099b766628c3dd784;p=thirdparty%2Fsamba.git dnsp.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/dnsp.idl b/librpc/idl/dnsp.idl index d705cfcbfa3..558499c6921 100644 --- a/librpc/idl/dnsp.idl +++ b/librpc/idl/dnsp.idl @@ -259,15 +259,4 @@ interface dnsp [switch_is(wDataLength?id:DSPROPERTY_ZONE_EMPTY)] dnsPropertyData data; uint32 name; } dnsp_DnsProperty; - - /* - these are convenience hooks for ndrdump - */ - [nopython] void decode_DnssrvRpcRecord( - [in] dnsp_DnssrvRpcRecord blob - ); - - [nopython] void decode_DnsProperty( - [in] dnsp_DnsProperty blob - ); }