mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
pidl/Python: use has_property($d, "noopnum") helper function
metze
This commit is contained in:
parent
65c5278f4d
commit
a73a2abb3a
@ -655,7 +655,7 @@ sub Interface($$$)
|
||||
my @fns = ();
|
||||
|
||||
foreach my $d (@{$interface->{FUNCTIONS}}) {
|
||||
next if not defined($d->{OPNUM});
|
||||
next if has_property($d, "noopnum");
|
||||
next if has_property($d, "nopython");
|
||||
next if has_property($d, "todo");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user