summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2019-06-04 11:32:40 +1200
committerAndrew Bartlett <abartlet@samba.org>2019-06-06 03:30:18 +0000
commit52cb4f11dd8f0b9fcf194ef099b766628c3dd784 (patch)
tree483f278bef8d66a6f1a93c229080cd75f9780195 /librpc
parent0195e8d4642006405b21d92e69a1491c68956b03 (diff)
downloadsamba-52cb4f11dd8f0b9fcf194ef099b766628c3dd784.tar.gz
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 <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/dnsp.idl11
1 files changed, 0 insertions, 11 deletions
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
- );
}