dnsp.idl: remove unused decode functions
authorGary Lockyer <gary@catalyst.net.nz>
Mon, 3 Jun 2019 23:32:40 +0000 (11:32 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2019 03:30:18 +0000 (03:30 +0000)
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 <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/idl/dnsp.idl

index d705cfcbfa31ff4c08f40e0f18776fa89dc3cf86..558499c69216b33ca19946383fe8aa8c1e984751 100644 (file)
@@ -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
-               );
 }