summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2019-06-04 11:44:46 +1200
committerAndrew Bartlett <abartlet@samba.org>2019-06-06 03:30:18 +0000
commit883f2fa3d4d736be704063cd88b0d5b6ce6c76bd (patch)
tree3f77a23d0288be1f7f5916b8a9e3aae0574c20bc /source4
parentdc78689425227e919b76b5f78470614b75764f45 (diff)
downloadsamba-883f2fa3d4d736be704063cd88b0d5b6ce6c76bd.tar.gz
ntp_signd.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 'source4')
-rw-r--r--source4/librpc/idl/ntp_signd.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/librpc/idl/ntp_signd.idl b/source4/librpc/idl/ntp_signd.idl
index b7842056985..c081ca0d6b2 100644
--- a/source4/librpc/idl/ntp_signd.idl
+++ b/source4/librpc/idl/ntp_signd.idl
@@ -37,10 +37,4 @@ interface ntp_signd
uint32 packet_id;
[flag(NDR_REMAINING)] DATA_BLOB signed_packet;
} signed_reply;
-
- void decode_sign_requst(
- [in] sign_request request
- );
-
-
}