summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2019-06-04 11:43:24 +1200
committerAndrew Bartlett <abartlet@samba.org>2019-06-06 03:30:18 +0000
commit939d72df4b5d01cac3e4233e20e4b48c99ecc6b7 (patch)
tree1aa5bc7ff392e685f98eb577c585ddb610570b0e /librpc
parentf5cf33fa39d70722c69fd5d38d32f481aedcb645 (diff)
downloadsamba-939d72df4b5d01cac3e4233e20e4b48c99ecc6b7.tar.gz
negoex.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/negoex.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/librpc/idl/negoex.idl b/librpc/idl/negoex.idl
index e2f8222b4d5..eb3511d3631 100644
--- a/librpc/idl/negoex.idl
+++ b/librpc/idl/negoex.idl
@@ -149,8 +149,4 @@ interface negoex
uint32 count;
negoex_MESSAGE messages[count];
} negoex_MESSAGE_ARRAY;
-
- void decode_negoex_MESSAGE(
- [in] negoex_MESSAGE_ARRAY array
- );
}