winsrepl.idl: remove unused decode functions
authorGary Lockyer <gary@catalyst.net.nz>
Mon, 3 Jun 2019 23:46:05 +0000 (11:46 +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>
source4/librpc/idl/winsrepl.idl

index f60449ec4b26f107aae91095029587763370c2b2..23b14990e7d1f67823ed3cb4424e6ede1ad01bd2 100644 (file)
@@ -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
-               );
-
 }