git.samba.org
/
garming
/
samba-autobuild
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2254d0e
)
winsrepl.idl: remove unused decode functions
author
Gary Lockyer
<gary@catalyst.net.nz>
Mon, 3 Jun 2019 23:46:05 +0000
(11:46 +1200)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/source4/librpc/idl/winsrepl.idl
b/source4/librpc/idl/winsrepl.idl
index f60449ec4b26f107aae91095029587763370c2b2..23b14990e7d1f67823ed3cb4424e6ede1ad01bd2 100644
(file)
--- 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
- );
-
}