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

index e2f8222b4d57d7c300f901e65f516c3b101b0a1f..eb3511d3631e4efb702e5738968d335cf221c82b 100644 (file)
@@ -149,8 +149,4 @@ interface negoex
                uint32 count;
                negoex_MESSAGE messages[count];
        } negoex_MESSAGE_ARRAY;
-
-       void decode_negoex_MESSAGE(
-               [in] negoex_MESSAGE_ARRAY array
-               );
 }