preg.idl: remove unused decode functions
authorGary Lockyer <gary@catalyst.net.nz>
Mon, 3 Jun 2019 23:43:48 +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/preg.idl

index 869a021b030a15417240038d2edca8e99f6e8a22..c3adb506009e370143b8e93af59d856c265b07db 100644 (file)
@@ -41,6 +41,4 @@ import "misc.idl";
                uint32 num_entries;
                preg_entry entries[num_entries];
        } preg_file;
-
-       [nopython] void decode_preg_file([in] preg_file file);
 }