messaging3: messaging_array is no longer used
authorVolker Lendecke <vl@samba.org>
Wed, 9 Jul 2014 14:40:12 +0000 (14:40 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 28 Jul 2014 20:04:13 +0000 (22:04 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/librpc/idl/messaging.idl

index a396b5bd1a1e5f5a3c5c6ef1f2af5c19719f418c..66d4ae598ce56634fd1a1dc53c5cb4f23dc9d5d5 100644 (file)
@@ -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;
 }