summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2019-06-04 11:43:48 +1200
committerAndrew Bartlett <abartlet@samba.org>2019-06-06 03:30:18 +0000
commitc89cfbd15d8d7343a157baf2726d69f75dac950c (patch)
tree71eff21e4f9343a029cdda0433f81042b1bd5b30 /librpc
parent939d72df4b5d01cac3e4233e20e4b48c99ecc6b7 (diff)
downloadsamba-c89cfbd15d8d7343a157baf2726d69f75dac950c.tar.gz
preg.idl: remove unused decode functions
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>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/preg.idl2
1 files changed, 0 insertions, 2 deletions
diff --git a/librpc/idl/preg.idl b/librpc/idl/preg.idl
index 869a021b030..c3adb506009 100644
--- a/librpc/idl/preg.idl
+++ b/librpc/idl/preg.idl
@@ -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);
}