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

index 9f3a02c231c6bed3baaa96ee9f553523c87b40b1..8eaae591c1f027aff1a46a69142550226c0ac9e1 100644 (file)
@@ -127,9 +127,4 @@ import "misc.idl";
                [noprint,value(ndr_count_cfdata(r))] uint32 cfdata_count;
                CFDATA cfdata[cfdata_count];
        } cab_file;
-
-       void decode_cab_file(
-               [in] cab_file file
-               );
-
 }