summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-07-09 14:40:12 +0000
committerJeremy Allison <jra@samba.org>2014-07-28 22:04:13 +0200
commitd7b4f863e488cd8e088ec77c35718cfdcc19c743 (patch)
tree708d69cd7800133f5d57d037aa2f2df786be78a9 /source3/librpc
parentf4e7a49cd755532a4201311655f3474228fd7b81 (diff)
downloadsamba-d7b4f863e488cd8e088ec77c35718cfdcc19c743.tar.gz
messaging3: messaging_array is no longer used
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/messaging.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl
index a396b5bd1a1..66d4ae598ce 100644
--- a/source3/librpc/idl/messaging.idl
+++ b/source3/librpc/idl/messaging.idl
@@ -131,9 +131,4 @@ interface messaging
server_id src;
DATA_BLOB buf;
} messaging_rec;
-
- typedef [public] struct {
- uint32 num_messages;
- messaging_rec messages[num_messages];
- } messaging_array;
}