diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-11-16 22:13:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:28:19 -0500 |
commit | 5b05f5f5f1bad489091c715867eddda7eff4c8c6 (patch) | |
tree | 8907b4fac57160004013a929b03339b95f62cdbf /source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm | |
parent | e3ea863a3c4a021966847b62bf175fc83daa3fd0 (diff) | |
download | samba-5b05f5f5f1bad489091c715867eddda7eff4c8c6.tar.gz samba-5b05f5f5f1bad489091c715867eddda7eff4c8c6.tar.bz2 samba-5b05f5f5f1bad489091c715867eddda7eff4c8c6.zip |
r19752: Remove support for the `depends' attribute (use "import") instead.
(This used to be commit 324395afc725e90f44f286fd776b38a64bdc8e3b)
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm')
-rw-r--r-- | source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm b/source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm index 7b8691e044..14b922353a 100644 --- a/source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm +++ b/source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm @@ -747,9 +747,6 @@ sub ProcessInterface($) pidl_hdr "#define $define"; pidl_hdr ""; - ProcessImport(split / /, $x->{PROPERTIES}->{depends}) if - (defined $x->{PROPERTIES}->{depends}); - pidl_def "static gint proto_dcerpc_$x->{NAME} = -1;"; register_ett("ett_dcerpc_$x->{NAME}"); register_hf_field("hf_$x->{NAME}_opnum", "Operation", "$x->{NAME}.opnum", "FT_UINT16", "BASE_DEC", "NULL", 0, ""); |