ntprinting.idl: remove decode functions
authorGary Lockyer <gary@catalyst.net.nz>
Tue, 4 Jun 2019 01:07:06 +0000 (13:07 +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/ntprinting.idl

index 30af1415eb9a1829f1900b64622b176b1a04b579..cfb1922d0a2c4a7ba3a0e35fcfe7a76da346ecdb 100644 (file)
@@ -26,10 +26,6 @@ interface ntprinting
                uint32 bottom;
        } ntprinting_form;
 
-       [public] void decode_ntprinting_form(
-               [in] ntprinting_form form
-               );
-
        /*
         * First the string flags and then the Samba 3 tdb storage
         * format: drivers
@@ -50,10 +46,6 @@ interface ntprinting
                [flag((ndr_ntprinting_string_flags(r->string_flags)&~STR_NULLTERM)|STR_NOTERM|NDR_REMAINING)] string_array dependent_files;
        } ntprinting_driver;
 
-       [public] void decode_ntprinting_driver(
-               [in] ntprinting_driver driver
-               );
-
        /* Samba 3 tdb storage format: devicemode
         * "p" ptr to devicemode
         * "ffwwwwwwwwwwwwwwwwwwdddddddddddddd"
@@ -161,7 +153,4 @@ interface ntprinting
                ntprinting_printer_data printer_data[count];
        } ntprinting_printer;
 
-       [public] void decode_ntprinting_printer(
-               [in] ntprinting_printer printer
-               );
 }