summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2019-06-04 11:46:05 +1200
committerAndrew Bartlett <abartlet@samba.org>2019-06-06 03:30:18 +0000
commit92d37950765a72f8a60b3aec27b73d1e0d6d184c (patch)
tree90aba710e6f1ca5126caa692a28dff5204a1cd93 /source4/librpc/idl
parent2254d0e4b90ff3ede7a5893a60299b699613e086 (diff)
downloadsamba-92d37950765a72f8a60b3aec27b73d1e0d6d184c.tar.gz
winsrepl.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/librpc/idl')
-rw-r--r--source4/librpc/idl/winsrepl.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/librpc/idl/winsrepl.idl b/source4/librpc/idl/winsrepl.idl
index f60449ec4b2..23b14990e7d 100644
--- a/source4/librpc/idl/winsrepl.idl
+++ b/source4/librpc/idl/winsrepl.idl
@@ -171,9 +171,4 @@ import "nbt.idl";
[value(ndr_size_wrepl_packet(&packet, ndr->flags))] uint32 size;
wrepl_packet packet;
} wrepl_wrap;
-
- void decode_winsrepl(
- [in] wrepl_wrap p
- );
-
}